Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormatActivity.java126 final VolumeInfo volumeInfo = findVolume(mFormatAsPrivateDiskId); in onResume()
141 private VolumeInfo findVolume(String diskId) { in findVolume() method in FormatActivity