Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
H A DLegacyStorageTest.java62 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
1108 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePath()
/aosp_15_r20/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
H A DScopedStorageTest.java69 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
902 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertExternalFilesViaRelativePath()
/aosp_15_r20/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
H A DScopedStorageDeviceTest.java98 …t static android.scopedstorage.cts.lib.TestUtils.verifyInsertFromExternalMediaDirViaRelativePath_a…
3003 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePath()
3024 verifyInsertFromExternalMediaDirViaRelativePath_allowed(); in testInsertFromExternalDirsViaRelativePathAsSystemGallery()
/aosp_15_r20/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
H A DTestUtils.java605 public static void verifyInsertFromExternalMediaDirViaRelativePath_allowed() throws Exception { in verifyInsertFromExternalMediaDirViaRelativePath_allowed() method in TestUtils