Searched refs:fileExistsAs (Results 1 – 3 of 3) sorted by relevance
21 import static android.scopedstorage.cts.lib.TestUtils.fileExistsAs;71 assertThat(fileExistsAs(APP_B_NO_PERMS, file)).isTrue(); in testInsertFilesInDirectoryViaMediaProviderWithPathSpecified()
53 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()
453 public static boolean fileExistsAs(TestApp testApp, File file) in fileExistsAs() method in TestUtils