Home
last modified time | relevance | path

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

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DPortableStorageTests.java71 String.format("/storage/%s", storageHelper.getAdoptionVolumeUuid("public"))); in testCopyFromPortable()
91 String.format("/storage/%s", storageHelper.getAdoptionVolumeUuid("public"))); in testDeleteFromPortable()
109 String.format("/storage/%s", storageHelper.getAdoptionVolumeUuid("public"))); in testExplorePortable()
129 String.format("/storage/%s", storageHelper.getAdoptionVolumeUuid("public"))); in testShareableFromPortable()
148 String.format("/storage/%s", storageHelper.getAdoptionVolumeUuid("public"))); in testPortableOverflowSettings()
DExternalStorageHelper.java181 public String getAdoptionVolumeUuid(String volType) throws InterruptedException { in getAdoptionVolumeUuid() method in ExternalStorageHelper