Searched refs:privateVol (Results 1 – 5 of 5) sorted by relevance
412 final VolumeInfo privateVol = storage.findPrivateForEmulated(this); in buildStorageVolume() local413 if (privateVol != null) { in buildStorageVolume()414 description = storage.getBestVolumeDescription(privateVol); in buildStorageVolume()415 uuid = StorageManager.convert(privateVol.fsUuid); in buildStorageVolume()416 derivedFsUuid = privateVol.fsUuid; in buildStorageVolume()
886 public @Nullable VolumeInfo findEmulatedForPrivate(VolumeInfo privateVol) { in findEmulatedForPrivate() argument887 if (privateVol != null) { in findEmulatedForPrivate()888 return findVolumeById(privateVol.getId().replace("private", "emulated") + ";" in findEmulatedForPrivate()
545 final VolumeInfo privateVol = mContext.getPackageManager().getPrimaryStorageCurrentVolume(); in onMoveFinished() local546 final String descrip = mStorageManager.getBestVolumeDescription(privateVol); in onMoveFinished()560 if (privateVol != null && privateVol.getDisk() != null) { in onMoveFinished()561 intent = buildWizardReadyPendingIntent(privateVol.getDisk()); in onMoveFinished()562 } else if (privateVol != null) { in onMoveFinished()563 intent = buildVolumeSettingsPendingIntent(privateVol); in onMoveFinished()
198 final VolumeInfo privateVol = mStorageManager.findPrivateForEmulated(volume); in updateVolumesLocked() local199 title = mStorageManager.getBestVolumeDescription(privateVol); in updateVolumesLocked()200 storageUuid = StorageManager.convert(privateVol.fsUuid); in updateVolumesLocked()
1555 final VolumeInfo privateVol = storage.findPrivateForEmulated(vol); in onVolumeCreatedLocked() local1558 && VolumeInfo.ID_PRIVATE_INTERNAL.equals(privateVol.id)) { in onVolumeCreatedLocked()1564 } else if (Objects.equals(privateVol.fsUuid, mPrimaryStorageUuid)) { in onVolumeCreatedLocked()