Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing() method
DDozeService.java258 mHost.pulseWhileDozing(new DozeHost.PulseCallback() { in continuePulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java4081 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing() method in PhoneStatusBar.DozeServiceHost