Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java393 doReturn(res).when(mProvider).queryRoots(null); in testQueryRoots()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java85 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in MyDocumentsProvider