Searched refs:pulseWhileDozing (Results 1 – 4 of 4) sorted by relevance
100 private void pulseWhileDozing(int reason) { in pulseWhileDozing() method in DozeUi101 mHost.pulseWhileDozing( in pulseWhileDozing()148 pulseWhileDozing(mMachine.getPulseReason()); in transitionTo()
28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing() method
144 mDozeServiceHost.pulseWhileDozing(new DozeHost.PulseCallback() { in testPulseWhileDozing_updatesScrimController()198 mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()
266 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeServiceHost