Home
last modified time | relevance | path

Searched refs:EXTRA_VOLUME_ID (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java614 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildInitPendingIntent()
626 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildUnmountPendingIntent()
634 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildUnmountPendingIntent()
669 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildVolumeSettingsPendingIntent()
710 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildWizardMigratePendingIntent()
/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java68 public static final String EXTRA_VOLUME_ID = field in VolumeInfo
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1389 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.id); in onVolumeStateChangedLocked()