Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java114 assertFalse(mDozeServiceHost.getDozingRequested()); in testStartStopDozing()
DStatusBarTest.java824 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_isNotDozing()
839 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java174 boolean getDozingRequested() { in getDozingRequested() method in DozeServiceHost
DStatusBar.java3162 boolean keyguardForDozing = mDozeServiceHost.getDozingRequested() in updateIsKeyguard()
3568 boolean dozingAnimated = mDozeServiceHost.getDozingRequested() in onDozingChanged()