Home
last modified time | relevance | path

Searched refs:volId (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()
192 if (info.volId.startsWith(volType) && "mounted".equals(info.state)) { in getAdoptionVolumeInfo()
273 public String volId; field in ExternalStorageHelper.LocalVolumeInfo
279 volId = split[0]; in LocalVolumeInfo()