Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeUi.java93 private void pulseWhileDozing(int reason) { in pulseWhileDozing() method in DozeUi
94 mHost.pulseWhileDozing( in pulseWhileDozing()
140 pulseWhileDozing(mMachine.getPulseReason()); in transitionTo()
DDozeHost.java28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeHostFake.java50 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeHostFake
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java633 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4065 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in DozeServiceHost