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()
84 final VolumeInfo vol = mStorageManager.findVolumeByUuid(rec.getFsUuid());195 final String fsUuid = rec.getFsUuid(); in updateMissingPrivateVolumes()352 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); in onVolumeMounted()374 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()394 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()703 intent.putExtra(VolumeRecord.EXTRA_FS_UUID, rec.getFsUuid()); in buildForgetPendingIntent()705 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()448 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in updateNotifications()495 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()
2252 final String volumeUuid = vol.getFsUuid();22341 final String volumeUuid = vol.getFsUuid();
75 public String getFsUuid() { in getFsUuid() method in VolumeRecord
254 public @Nullable String getFsUuid() { in getFsUuid() method in VolumeInfo
144 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
193 rootId = volume.getFsUuid(); in updateVolumesLocked()
12632 HSPLandroid/os/storage/VolumeInfo;->getFsUuid()Ljava/lang/String;
52930 Landroid/os/storage/VolumeRecord;->getFsUuid()Ljava/lang/String;