Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsController.kt45 fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) method
DNotificationsControllerStub.kt53 override fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) { in setNotificationSnoozed() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
DNotificationsControllerImpl.kt135 override fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) { in setNotificationSnoozed() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java459 void setNotificationSnoozed(StatusBarNotification sbn, in setNotificationSnoozed() method
DCentralSurfacesImpl.java3931 public void setNotificationSnoozed(StatusBarNotification sbn, SnoozeOption snoozeOption) { in setNotificationSnoozed() method