Home
last modified time | relevance | path

Searched refs:queryRoots (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DMtpDatabaseTest.java116 final Cursor cursor = mDatabase.queryRoots(resources, new String [] { in testPutSingleStorageDocuments()
478 final Cursor cursor = mDatabase.queryRoots(resources, rootColumns); in testRestoreIdForDifferentDevices()
524 final Cursor cursor = mDatabase.queryRoots(resources, rootColumns); in testRestoreIdForDifferentDevices()
627 try (final Cursor cursor = mDatabase.queryRoots(resources, rootColumns)) { in testClearMtpIdentifierBeforeResolveRootDocuments()
657 final Cursor cursor = mDatabase.queryRoots(resources, rootColumns); in testClearMtpIdentifierBeforeResolveRootDocuments()
746 final Cursor cursor = mDatabase.queryRoots(resources, columns); in testReplaceExistingRoots()
768 mDatabase.queryRoots(resources, strings(Root.COLUMN_ROOT_ID))) { in testFailToReplaceExisitingUnmappedRoots()
813 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
828 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
844 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
[all …]
H A DMtpDocumentsProviderTest.java153 try (final Cursor cursor = mProvider.queryRoots(columns)) { in testOpenDeviceOnDemand()
211 final Cursor cursor = mProvider.queryRoots(null); in testQueryRoots()
229 final Cursor cursor = mProvider.queryRoots(null); in testQueryRoots()
276 final Cursor cursor = mProvider.queryRoots(null); in testQueryRoots_error()
646 try (final Cursor cursor = mProvider.queryRoots(null)) { in testBusyDevice()
667 try (final Cursor cursor = mProvider.queryRoots(null)) { in testLockedDevice()
960 return getStrings(mProvider.queryRoots(strings(DocumentsContract.Root.COLUMN_ROOT_ID))); in setupRoots()
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestDocumentsProvider.java60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestDocumentsProvider
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestRootProvider.java67 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestRootProvider
H A DStubProvider.java157 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StubProvider
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDocumentsProvider.java66 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestDocumentsProvider
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DResourcesProvider.java78 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in ResourcesProvider
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in BugreportStorageProvider
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DStorageProvider.java75 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StorageProvider
/aosp12/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DStressProvider.java132 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StressProvider
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java455 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException; in queryRoots() method in DocumentsProvider
915 return queryRoots(projection); in query()
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDocumentsProvider.java173 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in MtpDocumentsProvider
177 final Cursor cursor = mDatabase.queryRoots(mResources, projection); in queryRoots()
H A DMtpDatabase.java120 Cursor queryRoots(Resources resources, String[] columnNames) { in queryRoots() method in MtpDatabase
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DArchivesProvider.java91 public Cursor queryRoots(String[] projection) { in queryRoots() method in ArchivesProvider
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java112 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestDocumentsProvider
H A DExternalStorageProvider.java498 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in ExternalStorageProvider
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java161 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in DownloadStorageProvider
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java588 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in MediaDocumentsProvider
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt35075 …method public abstract android.database.Cursor queryRoots(String[]) throws java.io.FileNotFoundExc…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24836 …method public abstract android.database.Cursor queryRoots(java.lang.String[]) throws java.io.FileN…