Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java56 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
620 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertExternalFilesViaRelativePath()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java54 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
965 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePath()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java91 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
2730 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePath()
2745 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePathAsSystemGallery()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java438 public static void verifyInsertFromExternalMediaDirViaRelativePath_allowed() throws Exception { in verifyInsertFromExternalMediaDirViaRelativePath_allowed() method in TestUtils