Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java92 default void onNotificationAlerted(Runnable onPulseSuppressedListener) {} in onNotificationAlerted() method
H A DDozeTriggers.java649 public void onNotificationAlerted(Runnable onPulseSuppressedListener) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeTriggersTest.java141 captor.getValue().onNotificationAlerted(null /* pulseSuppressedListener */); in testOnNotification_stillWorksAfterOneFailedProxCheck()
150 captor.getValue().onNotificationAlerted(null /* pulseSuppressedListener */); in testOnNotification_stillWorksAfterOneFailedProxCheck()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java169 callback.onNotificationAlerted(pulseSuppressedListener); in fireNotificationPulse()