Home
last modified time | relevance | path

Searched refs:setNotificationSnoozed (Results 1 – 5 of 5) 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
H A DNotificationsControllerStub.kt59 override fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) {
H A DNotificationsControllerImpl.kt160 override fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java423 mStatusBar.setNotificationSnoozed(sbn, snoozeOption);
/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
3870 mNotificationsController.setNotificationSnoozed(sbn, snoozeOption); in setNotificationSnoozed()