Ejemplo n.º 1
0
 public List<Bookmark> bookmarks(long fromId, int limitCount) {
   return myDatabase.loadVisibleBookmarks(fromId, limitCount);
 }