Searched refs:setNotificationSnoozed (Results 1 – 4 of 4) 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 |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ | ||
D | NotificationStackScrollLayoutController.java | 526 mNotificationsController.setNotificationSnoozed(sbn, snoozeOption); |