Home
last modified time | relevance | path

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

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