Home
last modified time | relevance | path

Searched defs:setNotificationSnoozed (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsController.kt49 fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3869 public void setNotificationSnoozed(StatusBarNotification sbn, SnoozeOption snoozeOption) { in setNotificationSnoozed() method