Home
last modified time | relevance | path

Searched refs:onNotificationAlerted (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java104 default void onNotificationAlerted(Runnable onPulseSuppressedListener) {} in onNotificationAlerted() method
H A DDozeTriggers.java686 public void onNotificationAlerted(Runnable onPulseSuppressedListener) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeTriggersTest.java159 captor.getValue().onNotificationAlerted(null /* pulseSuppressedListener */); in testOnNotification_stillWorksAfterOneFailedProxCheck()
168 captor.getValue().onNotificationAlerted(null /* pulseSuppressedListener */); in testOnNotification_stillWorksAfterOneFailedProxCheck()
189 captor.getValue().onNotificationAlerted(null /* pulseSuppressedListener */); in testOnNotification_noPulseIfPulseIsNotPendingAnymore()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java180 callback.onNotificationAlerted(pulseSuppressedListener); in fireNotificationPulse()