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.java225 .setDeleteIntent(buildSnoozeIntent(fsUuid)) in updateMissingPrivateVolumes()
387 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()
397 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()
417 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()
727 private PendingIntent buildSnoozeIntent(String fsUuid) { in buildSnoozeIntent() method in StorageNotification