Searched refs:privateVol (Results 1 – 5 of 5) sorted by relevance
516 final VolumeInfo privateVol = mContext.getPackageManager().getPrimaryStorageCurrentVolume(); in onMoveFinished() local517 final String descrip = mStorageManager.getBestVolumeDescription(privateVol); in onMoveFinished()531 if (privateVol != null && privateVol.getDisk() != null) { in onMoveFinished()532 intent = buildWizardReadyPendingIntent(privateVol.getDisk()); in onMoveFinished()533 } else if (privateVol != null) { in onMoveFinished()534 intent = buildVolumeSettingsPendingIntent(privateVol); in onMoveFinished()
352 final VolumeInfo privateVol = storage.findPrivateForEmulated(this); in buildStorageVolume() local353 if (privateVol != null) { in buildStorageVolume()354 description = storage.getBestVolumeDescription(privateVol); in buildStorageVolume()355 derivedFsUuid = privateVol.fsUuid; in buildStorageVolume()
713 public @Nullable VolumeInfo findEmulatedForPrivate(VolumeInfo privateVol) { in findEmulatedForPrivate() argument714 if (privateVol != null) { in findEmulatedForPrivate()715 return findVolumeById(privateVol.getId().replace("private", "emulated")); in findEmulatedForPrivate()
155 final VolumeInfo privateVol = mStorageManager.findPrivateForEmulated(volume); in updateVolumesLocked() local156 title = mStorageManager.getBestVolumeDescription(privateVol); in updateVolumesLocked()157 storageUuid = StorageManager.convert(privateVol.fsUuid); in updateVolumesLocked()
1293 final VolumeInfo privateVol = storage.findPrivateForEmulated(vol); in onVolumeCreatedLocked() local1296 && VolumeInfo.ID_PRIVATE_INTERNAL.equals(privateVol.id)) { in onVolumeCreatedLocked()1302 } else if (Objects.equals(privateVol.fsUuid, mPrimaryStorageUuid)) { in onVolumeCreatedLocked()