Searched refs:PulseCallback (Results 1 – 6 of 6) sorted by relevance
62 DozeHost.PulseCallback callback = mock(DozeHost.PulseCallback.class); in callsPulseCallback()77 DozeHost.PulseCallback callback1 = mock(DozeHost.PulseCallback.class); in secondPulseIsSuppressed()78 DozeHost.PulseCallback callback2 = mock(DozeHost.PulseCallback.class); in secondPulseIsSuppressed()89 DozeHost.PulseCallback callback = mock(DozeHost.PulseCallback.class); in suppressesPulseIfNotDozing()
28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing()128 interface PulseCallback { interface
102 new DozeHost.PulseCallback() { in pulseWhileDozing()
144 mDozeServiceHost.pulseWhileDozing(new DozeHost.PulseCallback() { in testPulseWhileDozing_updatesScrimController()154 ArgumentCaptor<DozeHost.PulseCallback> pulseCallbackArgumentCaptor = in testPulseWhileDozing_updatesScrimController()155 ArgumentCaptor.forClass(DozeHost.PulseCallback.class); in testPulseWhileDozing_updatesScrimController()190 DozeHost.PulseCallback callback = invocation.getArgument(0); in testPulseWhileDozing_notifyAuthInterrupt()198 mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()
41 private DozeHost.PulseCallback mPulseCallback;108 public void pulse(@NonNull DozeHost.PulseCallback callback, int reason) { in pulse()
266 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()284 mDozeScrimController.pulse(new PulseCallback() { in pulseWhileDozing()