Home
last modified time | relevance | path

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

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java178 return getAdoptionVolumeInfo(volType).volId; in getAdoptionVolumeId()
182 return getAdoptionVolumeInfo(volType).uuid; in getAdoptionVolumeUuid()
185 public LocalVolumeInfo getAdoptionVolumeInfo(String volType) throws InterruptedException { in getAdoptionVolumeInfo() method in ExternalStorageHelper