Searched refs:pulseWhileDozing (Results 1 – 4 of 4) sorted by relevance
81 private void pulseWhileDozing(int reason) { in pulseWhileDozing() method in DozeUi82 mHost.pulseWhileDozing( in pulseWhileDozing()129 pulseWhileDozing(mMachine.getPulseReason()); in transitionTo()
28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing() method
139 mDozeServiceHost.pulseWhileDozing(new DozeHost.PulseCallback() { in testPulseWhileDozing_updatesScrimController()192 mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()
227 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeServiceHost