Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java220 .setDeleteIntent(buildSnoozeIntent(fsUuid)) in updateMissingPrivateVolumes()
374 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()
394 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()
676 private PendingIntent buildSnoozeIntent(String fsUuid) { in buildSnoozeIntent() method in StorageNotification