Home
last modified time | relevance | path

Searched refs:PulseCallback (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeScrimControllerTest.java55 DozeHost.PulseCallback callback = mock(DozeHost.PulseCallback.class); in callsPulseCallback()
70 DozeHost.PulseCallback callback1 = mock(DozeHost.PulseCallback.class); in secondPulseIsSuppressed()
71 DozeHost.PulseCallback callback2 = mock(DozeHost.PulseCallback.class); in secondPulseIsSuppressed()
82 DozeHost.PulseCallback callback = mock(DozeHost.PulseCallback.class); in suppressesPulseIfNotDozing()
DStatusBarTest.java628 DozeHost.PulseCallback[] pulseCallback = new DozeHost.PulseCallback[1]; in testPulseWhileDozing_updatesScrimController()
635 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozing_updatesScrimController()
664 DozeHost.PulseCallback callback = invocation.getArgument(0); in testPulseWhileDozing_notifyAuthInterrupt()
671 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()
686 final DozeHost.PulseCallback[] pulseCallback = new DozeHost.PulseCallback[1]; in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
693 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing()
76 interface PulseCallback { interface
DDozeUi.java93 new DozeHost.PulseCallback() { in pulseWhileDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java41 private DozeHost.PulseCallback mPulseCallback;
113 public void pulse(@NonNull DozeHost.PulseCallback callback, int reason) { in pulse()
DStatusBar.java3910 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()
3931 mDozeScrimController.pulse(new PulseCallback() { in pulseWhileDozing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeHostFake.java50 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()