Home
last modified time | relevance | path

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

/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDatabaseTest.java115 final Cursor cursor = mDatabase.queryRoots(resources, new String [] { in testPutSingleStorageDocuments()
477 final Cursor cursor = mDatabase.queryRoots(resources, rootColumns); in testRestoreIdForDifferentDevices()
523 final Cursor cursor = mDatabase.queryRoots(resources, rootColumns); in testRestoreIdForDifferentDevices()
626 try (final Cursor cursor = mDatabase.queryRoots(resources, rootColumns)) { in testClearMtpIdentifierBeforeResolveRootDocuments()
656 final Cursor cursor = mDatabase.queryRoots(resources, rootColumns); in testClearMtpIdentifierBeforeResolveRootDocuments()
745 final Cursor cursor = mDatabase.queryRoots(resources, columns); in testReplaceExistingRoots()
767 mDatabase.queryRoots(resources, strings(Root.COLUMN_ROOT_ID))) { in testFailToReplaceExisitingUnmappedRoots()
812 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
827 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
843 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
[all …]
DMtpDocumentsProviderTest.java154 try (final Cursor cursor = mProvider.queryRoots(columns)) { in testOpenDeviceOnDemand()
212 final Cursor cursor = mProvider.queryRoots(null); in testQueryRoots()
230 final Cursor cursor = mProvider.queryRoots(null); in testQueryRoots()
277 final Cursor cursor = mProvider.queryRoots(null); in testQueryRoots_error()
647 try (final Cursor cursor = mProvider.queryRoots(null)) { in testBusyDevice()
668 try (final Cursor cursor = mProvider.queryRoots(null)) { in testLockedDevice()
961 return getStrings(mProvider.queryRoots(strings(DocumentsContract.Root.COLUMN_ROOT_ID))); in setupRoots()
/packages/modules/HealthFitness/tests/integrationtests/TestDocumentProviderApp2/src/android/healthconnect/tests/documentproviderapp2/
DTestDocumentProvider.java50 public Cursor queryRoots(String[] projection) { in queryRoots() method in TestDocumentProvider
/packages/modules/HealthFitness/tests/integrationtests/TestDocumentProviderApp/src/android/healthconnect/tests/documentproviderapp/
DTestDocumentProvider.java50 public Cursor queryRoots(String[] projection) { in queryRoots() method in TestDocumentProvider
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestRootProvider.java67 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestRootProvider
DStubProvider.java157 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StubProvider
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java67 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestDocumentsProvider
/packages/apps/Traceur/src/com/android/traceur/
DStorageProvider.java73 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StorageProvider
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DResourcesProvider.java78 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in ResourcesProvider
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java132 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StressProvider
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsProvider.java173 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in MtpDocumentsProvider
177 final Cursor cursor = mDatabase.queryRoots(mResources, projection); in queryRoots()
DMtpDatabase.java120 Cursor queryRoots(Resources resources, String[] columnNames) { in queryRoots() method in MtpDatabase
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchivesProvider.java91 public Cursor queryRoots(String[] projection) { in queryRoots() method in ArchivesProvider
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java161 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in DownloadStorageProvider
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java590 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in MediaDocumentsProvider