Searched refs:getFsUuid (Results 1 – 12 of 12) 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()
193 pms.freeStorage(vol.getFsUuid(), lowBytes * 2, 0); in check()201 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in check()460 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in updateNotifications()508 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()118 final String volumeUuid = vol.getFsUuid(); in destroyUserData()
2187 final String volumeUuid = vol.getFsUuid();24187 final String volumeUuid = vol.getFsUuid(); in reconcileAppsData()
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()
29758 HSPLandroid/os/storage/VolumeInfo;->getFsUuid()Ljava/lang/String;