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()
194 pm.freeStorage(vol.getFsUuid(), lowBytes * 2, 0); in checkLow()202 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in checkLow()271 pm.freeAllAppCacheAboveQuota(vol.getFsUuid()); in checkHigh()479 final UUID innerUuid = StorageManager.convert(vol.getFsUuid()); in dumpImpl()508 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in updateNotifications()555 if (!Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, vol.getFsUuid())) { in updateBroadcasts()
127 if (!Objects.equals(app.volumeUuid, mVolume.getFsUuid())) { in handleMessage()
106 final VolumeInfo vol = mStorageManager.findVolumeByUuid(rec.getFsUuid());225 final String fsUuid = rec.getFsUuid(); in updateMissingPrivateVolumes()394 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); in onVolumeMounted()414 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()424 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()444 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()776 intent.putExtra(VolumeRecord.EXTRA_FS_UUID, rec.getFsUuid()); in buildForgetPendingIntent()778 final int requestKey = rec.getFsUuid().hashCode(); in buildForgetPendingIntent()
81 public String getFsUuid() { in getFsUuid() method in VolumeRecord
273 public @Nullable String getFsUuid() { in getFsUuid() method in VolumeInfo
145 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
84 final String volumeUuid = vol.getFsUuid(); in onVolumeStateChanged()
347 final String volumeUuid = vol.getFsUuid();
224 rootId = volume.getFsUuid(); in updateVolumesLocked()
1541 mInstaller.onPrivateVolumeRemoved(vol.getFsUuid());2406 mInstaller.onPrivateVolumeRemoved(vol.getFsUuid()); in unmount()
38402 Landroid/os/storage/VolumeRecord;->getFsUuid()Ljava/lang/String;