Searched refs:pulseWhileDozing (Results 1 – 5 of 5) sorted by relevance
91 private void pulseWhileDozing(int reason) { in pulseWhileDozing() method in DozeUi92 mHost.pulseWhileDozing( in pulseWhileDozing()137 pulseWhileDozing(mMachine.getPulseReason()); in transitionTo()
28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing() method
50 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeHostFake
635 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozing_updatesScrimController()671 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()693 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
3910 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeServiceHost