Searched refs:queryAll (Results 1 – 4 of 4) sorted by relevance
71 public List<PhotoItem> queryAll() { in queryAll() method in PhotoItemFactory72 return queryAll(PhotoDataQuery.CONTENT_URI, FilmstripItemBase.QUERY_ALL_MEDIA_ID); in queryAll()76 public List<PhotoItem> queryAll(Uri uri, long lastId) { in queryAll() method in PhotoItemFactory85 List<PhotoItem> newPhotos = queryAll(uri, FilmstripItemBase.QUERY_ALL_MEDIA_ID); in queryContentUri()
75 public List<VideoItem> queryAll() { in queryAll() method in VideoItemFactory76 return queryAll(VideoDataQuery.CONTENT_URI, in queryAll()81 public List<VideoItem> queryAll(Uri uri, long lastId) { in queryAll() method in VideoItemFactory90 List<VideoItem> videos = queryAll(uri, in queryContentUri()
329 return mPhotoItemFactory.queryAll(PhotoDataQuery.CONTENT_URI, mMinPhotoId); in doInBackground()395 List<PhotoItem> photoData = mPhotoItemFactory.queryAll(); in doInBackground()396 List<VideoItem> videoData = mVideoItemFactory.queryAll(); in doInBackground()
263 public Cursor queryAll(SQLiteDatabase db) { in queryAll() method in EntrySchema