Home
last modified time | relevance | path

Searched refs:pulseWhileDozing (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeUi.java100 private void pulseWhileDozing(int reason) { in pulseWhileDozing() method in DozeUi
101 mHost.pulseWhileDozing( in pulseWhileDozing()
148 pulseWhileDozing(mMachine.getPulseReason()); in transitionTo()
DDozeHost.java28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java144 mDozeServiceHost.pulseWhileDozing(new DozeHost.PulseCallback() { in testPulseWhileDozing_updatesScrimController()
198 mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java266 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeServiceHost