Home
last modified time | relevance | path

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

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java192 if (info.volId.startsWith(volType) && "mounted".equals(info.state)) { in getAdoptionVolumeInfo()
274 public String state; field in ExternalStorageHelper.LocalVolumeInfo
280 state = split[1]; in LocalVolumeInfo()