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()
626 DozeHost.PulseCallback[] pulseCallback = new DozeHost.PulseCallback[1]; in testPulseWhileDozing_updatesScrimController()633 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozing_updatesScrimController()662 DozeHost.PulseCallback callback = invocation.getArgument(0); in testPulseWhileDozing_notifyAuthInterrupt()670 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()685 final DozeHost.PulseCallback[] pulseCallback = new DozeHost.PulseCallback[1]; in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()692 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing()92 interface PulseCallback { interface
95 new DozeHost.PulseCallback() { in pulseWhileDozing()
41 private DozeHost.PulseCallback mPulseCallback;113 public void pulse(@NonNull DozeHost.PulseCallback callback, int reason) { in pulse()
4065 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()4087 mDozeScrimController.pulse(new PulseCallback() { in pulseWhileDozing()
50 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()