HomeSort by relevance Sort by last modified time
    Searched defs:findVolume (Results 1 - 5 of 5) sorted by null

  /system/vold/
VolumeBase.cpp 154 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) {
Disk.cpp 124 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) {
129 auto stackedVol = vol->findVolume(id);
VolumeManager.cpp 365 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) {
370 auto vol = disk->findVolume(id);
391 auto vol = findVolume(id);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
SettingsStorageService.java 145 final VolumeInfo privateVol = findVolume(storageManager, diskId);
167 private VolumeInfo findVolume(StorageManager storageManager, String diskId) {
FormatActivity.java 122 final VolumeInfo volumeInfo = findVolume(mFormatAsPrivateDiskId);
137 private VolumeInfo findVolume(String diskId) {

Completed in 139 milliseconds