OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queryAll
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/data/
PhotoItemFactory.java
71
public List<PhotoItem>
queryAll
() {
72
return
queryAll
(PhotoDataQuery.CONTENT_URI, FilmstripItemBase.QUERY_ALL_MEDIA_ID);
76
public List<PhotoItem>
queryAll
(Uri uri, long lastId) {
85
List<PhotoItem> newPhotos =
queryAll
(uri, FilmstripItemBase.QUERY_ALL_MEDIA_ID);
VideoItemFactory.java
75
public List<VideoItem>
queryAll
() {
76
return
queryAll
(VideoDataQuery.CONTENT_URI,
81
public List<VideoItem>
queryAll
(Uri uri, long lastId) {
90
List<VideoItem> videos =
queryAll
(uri,
CameraFilmstripDataAdapter.java
329
return mPhotoItemFactory.
queryAll
(PhotoDataQuery.CONTENT_URI, mMinPhotoId);
395
List<PhotoItem> photoData = mPhotoItemFactory.
queryAll
();
396
List<VideoItem> videoData = mVideoItemFactory.
queryAll
();
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java
263
public Cursor
queryAll
(SQLiteDatabase db) {
Completed in 60 milliseconds