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.java568 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildInitPendingIntent()
579 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildUnmountPendingIntent()
608 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.getId()); in buildVolumeSettingsPendingIntent()
642 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.java1249 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, vol.id); in onVolumeStateChangedLocked()