Home
last modified time | relevance | path

Searched refs:getCurrentPublicVolumeName (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageBaseDeviceTest.java50 .that(TestUtils.getCurrentPublicVolumeName()) in createPublicVolume()
66 final String publicVolumeName = TestUtils.getCurrentPublicVolumeName(); in setupExternalStorage()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1599 if (getCurrentPublicVolumeName() == null) { in preparePublicVolume()
1661 volName[0] = getCurrentPublicVolumeName(); in getPublicVolumeName()
1671 public static String getCurrentPublicVolumeName() { in getCurrentPublicVolumeName() method in TestUtils