Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java83 default void onNotificationAlerted(Runnable onPulseSuppressedListener) {} in onNotificationAlerted() method
DDozeTriggers.java573 public void onNotificationAlerted(Runnable onPulseSuppressedListener) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeTriggersTest.java97 mHost.callback.onNotificationAlerted(null /* pulseSuppressedListener */); in testOnNotification_stillWorksAfterOneFailedProxCheck()
103 mHost.callback.onNotificationAlerted(null /* pulseSuppressedListener */); in testOnNotification_stillWorksAfterOneFailedProxCheck()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4040 callback.onNotificationAlerted(pulseSupressedListener); in fireNotificationPulse()