Home
last modified time | relevance | path

Searched refs:verifyInsertFromExternalPrivateDirViaRelativePath_denied (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java63 … static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalPrivateDirViaRelativePath_…
1109 verifyInsertFromExternalPrivateDirViaRelativePath_denied(); in testInsertFromExternalDirsViaRelativePath()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java69 … static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalPrivateDirViaRelativePath_…
901 verifyInsertFromExternalPrivateDirViaRelativePath_denied(); in testInsertExternalFilesViaRelativePath()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java99 … static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalPrivateDirViaRelativePath_…
2958 verifyInsertFromExternalPrivateDirViaRelativePath_denied(); in testInsertFromExternalDirsViaRelativePath()
2979 verifyInsertFromExternalPrivateDirViaRelativePath_denied(); in testInsertFromExternalDirsViaRelativePathAsSystemGallery()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java566 public static void verifyInsertFromExternalPrivateDirViaRelativePath_denied() throws Exception { in verifyInsertFromExternalPrivateDirViaRelativePath_denied() method in TestUtils