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.java589 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildInitPendingIntent()
600 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildUnmountPendingIntent()
629 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildVolumeSettingsPendingIntent()
664 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/
DMountService.java1361 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.id); in onVolumeStateChangedLocked()