Home
last modified time | relevance | path

Searched refs:WakeUpListener (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt87 private val wakeUpListeners = arrayListOf<WakeUpListener>()
183 object : WakeUpListener {
237 fun addListener(listener: WakeUpListener) {
241 fun removeListener(listener: WakeUpListener) {
614 interface WakeUpListener { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinatorTest.kt65 private val wakeUpListener: NotificationWakeUpCoordinator.WakeUpListener = mock()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java66 NotificationWakeUpCoordinator.WakeUpListener {
H A DLegacyNotificationIconAreaControllerImpl.java79 NotificationWakeUpCoordinator.WakeUpListener,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt101 NotificationWakeUpCoordinator.WakeUpListener,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1077 mWakeUpCoordinator.addListener(new NotificationWakeUpCoordinator.WakeUpListener() { in onFinishInflate()