Searched refs:PulseCallback (Results 1 – 7 of 7) sorted by relevance
55 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()
628 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()
28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing()76 interface PulseCallback { interface
93 new DozeHost.PulseCallback() { in pulseWhileDozing()
41 private DozeHost.PulseCallback mPulseCallback;113 public void pulse(@NonNull DozeHost.PulseCallback callback, int reason) { in pulse()
3910 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()3931 mDozeScrimController.pulse(new PulseCallback() { in pulseWhileDozing()
50 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()