Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java382 final PendingIntent unmountIntent = buildUnmountPendingIntent(vol); in onVolumeMounted()
412 buildUnmountPendingIntent(vol))) in onVolumeMounted()
450 action = buildUnmountPendingIntent(vol); in onVolumeUnmountable()
656 private PendingIntent buildUnmountPendingIntent(VolumeInfo vol) { in buildUnmountPendingIntent() method in StorageNotification