Searched refs:pulseWhileDozing (Results 1 – 5 of 5) sorted by relevance
93 private void pulseWhileDozing(int reason) { in pulseWhileDozing() method in DozeUi94 mHost.pulseWhileDozing( in pulseWhileDozing()140 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
633 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozing_updatesScrimController()670 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()692 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
4065 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeServiceHost