Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java126 assertFalse(mDozeServiceHost.getDozingRequested()); in testStartStopDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java209 boolean getDozingRequested() { in getDozingRequested() method in DozeServiceHost
DCentralSurfacesImpl.java2034 boolean keyguardForDozing = mDozeServiceHost.getDozingRequested() in updateIsKeyguard()
3164 boolean dozingAnimated = mDozeServiceHost.getDozingRequested()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java982 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_isNotDozing()
999 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()