Searched refs:getFsUuid (Results 1 – 10 of 10) 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()690 intent.putExtra(VolumeRecord.EXTRA_FS_UUID, rec.getFsUuid()); in buildForgetPendingIntent()692 final int requestKey = rec.getFsUuid().hashCode(); in buildForgetPendingIntent()
204 pms.freeStorage(vol.getFsUuid(), lowBytes * 2, 0); in check()212 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in check()457 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in updateNotifications()505 if (!Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, vol.getFsUuid())) { in updateBroadcasts()
127 if (!Objects.equals(app.volumeUuid, mVolume.getFsUuid())) { in handleMessage()
71 final String volumeUuid = vol.getFsUuid(); in prepareUserData()119 final String volumeUuid = vol.getFsUuid(); in destroyUserData()
70 public String getFsUuid() { in getFsUuid() method in VolumeRecord
233 public @Nullable String getFsUuid() { in getFsUuid() method in VolumeInfo
131 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
161 rootId = volume.getFsUuid(); in updateVolumesLocked()