Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DPhotoItemFactory.java71 public List<PhotoItem> queryAll() { in queryAll() method in PhotoItemFactory
76 public List<PhotoItem> queryAll(Uri uri, long lastId) { in queryAll() method in PhotoItemFactory
H A DVideoItemFactory.java75 public List<VideoItem> queryAll() { in queryAll() method in VideoItemFactory
81 public List<VideoItem> queryAll(Uri uri, long lastId) { in queryAll() method in VideoItemFactory
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginActionManager.java220 private void queryAll() { in queryAll() method in PluginActionManager
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java263 public Cursor queryAll(SQLiteDatabase db) { in queryAll() method in EntrySchema