Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java62 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
1108 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePath()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java67 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
900 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertExternalFilesViaRelativePath()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java98 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
2957 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePath()
2978 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePathAsSystemGallery()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java583 public static void verifyInsertFromExternalMediaDirViaRelativePath_allowed() throws Exception { in verifyInsertFromExternalMediaDirViaRelativePath_allowed() method in TestUtils