Home
last modified time | relevance | path

Searched refs:getFsUuid (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java84 final VolumeInfo vol = mStorageManager.findVolumeByUuid(rec.getFsUuid());
183 final String fsUuid = rec.getFsUuid(); in updateMissingPrivateVolumes()
320 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); in onVolumeMounted()
342 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()
364 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()
628 intent.putExtra(VolumeRecord.EXTRA_FS_UUID, rec.getFsUuid()); in buildForgetPendingIntent()
630 final int requestKey = rec.getFsUuid().hashCode(); in buildForgetPendingIntent()
/frameworks/base/core/java/android/os/storage/
DVolumeRecord.java70 public String getFsUuid() { in getFsUuid() method in VolumeRecord
DVolumeInfo.java233 public @Nullable String getFsUuid() { in getFsUuid() method in VolumeInfo
/frameworks/base/cmds/sm/src/com/android/commands/sm/
DSm.java120 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java410 if (Objects.equals(app.volumeUuid, mVolume.getFsUuid())) { in measureExactStorage()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java138 rootId = volume.getFsUuid(); in updateVolumesLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1284 final String volumeUuid = vol.getFsUuid(); in createUserInternal()
DPackageManagerService.java1640 final String volumeUuid = vol.getFsUuid();
16160 final String volumeUuid = vol.getFsUuid(); in cleanUpUserLILPw()