Home
last modified time | relevance | path

Searched refs:queryAll (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DPhotoItemFactory.java71 public List<PhotoItem> queryAll() { in queryAll() method in PhotoItemFactory
72 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 PhotoItemFactory
85 List<PhotoItem> newPhotos = queryAll(uri, FilmstripItemBase.QUERY_ALL_MEDIA_ID); in queryContentUri()
DVideoItemFactory.java75 public List<VideoItem> queryAll() { in queryAll() method in VideoItemFactory
76 return queryAll(VideoDataQuery.CONTENT_URI, in queryAll()
81 public List<VideoItem> queryAll(Uri uri, long lastId) { in queryAll() method in VideoItemFactory
90 List<VideoItem> videos = queryAll(uri, in queryContentUri()
DCameraFilmstripDataAdapter.java329 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()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java263 public Cursor queryAll(SQLiteDatabase db) { in queryAll() method in EntrySchema