Searched refs:getFsUuid (Results 1 – 13 of 13) sorted by relevance
54 return stats.getTotalBytes(volume.getFsUuid()); in getTotalBytes()59 return stats.getFreeBytes(volume.getFsUuid()); in getFreeBytes()
64 return stats.getTotalBytes(info.getFsUuid()); in getTotalSize()
88 final VolumeInfo vol = mStorageManager.findVolumeByUuid(rec.getFsUuid());200 final String fsUuid = rec.getFsUuid(); in updateMissingPrivateVolumes()367 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); in onVolumeMounted()387 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()397 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()417 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()749 intent.putExtra(VolumeRecord.EXTRA_FS_UUID, rec.getFsUuid()); in buildForgetPendingIntent()751 final int requestKey = rec.getFsUuid().hashCode(); in buildForgetPendingIntent()
190 pms.freeStorage(vol.getFsUuid(), lowBytes * 2, 0); in check()198 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in check()433 final UUID innerUuid = StorageManager.convert(vol.getFsUuid()); in dumpImpl()462 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in updateNotifications()509 if (!Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, vol.getFsUuid())) { in updateBroadcasts()
127 if (!Objects.equals(app.volumeUuid, mVolume.getFsUuid())) { in handleMessage()
73 final String volumeUuid = vol.getFsUuid(); in prepareUserData()129 final String volumeUuid = vol.getFsUuid(); in destroyUserData()
6586 final String volumeUuid = vol.getFsUuid();25602 final String volumeUuid = vol.getFsUuid();
81 public String getFsUuid() { in getFsUuid() method in VolumeRecord
271 public @Nullable String getFsUuid() { in getFsUuid() method in VolumeInfo
147 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
204 rootId = volume.getFsUuid(); in updateVolumesLocked()
1503 mInstaller.onPrivateVolumeRemoved(vol.getFsUuid());2319 mInstaller.onPrivateVolumeRemoved(vol.getFsUuid()); in unmount()
42368 Landroid/os/storage/VolumeRecord;->getFsUuid()Ljava/lang/String;