Home
last modified time | relevance | path

Searched refs:fileExistsAs (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DAppCloningDeviceTest.java21 import static android.scopedstorage.cts.lib.TestUtils.fileExistsAs;
71 assertThat(fileExistsAs(APP_B_NO_PERMS, file)).isTrue(); in testInsertFilesInDirectoryViaMediaProviderWithPathSpecified()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java53 import static android.scopedstorage.cts.lib.TestUtils.fileExistsAs;
3158 .that(fileExistsAs(APP_B_NO_PERMS, new File(getExternalFilesDir().getParent()))) in testCantProbeOtherAppsExternalDirs()
3162 .that(fileExistsAs(APP_B_NO_PERMS, getExternalObbDir())) in testCantProbeOtherAppsExternalDirs()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java453 public static boolean fileExistsAs(TestApp testApp, File file) in fileExistsAs() method in TestUtils