Searched defs:setNotificationSnoozed (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ | ||
D | NotificationsController.kt | 41 fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) method |
D | NotificationsControllerStub.kt | 49 override fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) { in setNotificationSnoozed() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub |
D | NotificationsControllerImpl.kt | 126 override fun setNotificationSnoozed(sbn: StatusBarNotification, snoozeOption: SnoozeOption) { in <lambda>() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl |