Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHostTest.java125 assertFalse(mDozeServiceHost.getDozingRequested()); in testStartStopDozing()
H A DCentralSurfacesImplTest.java1111 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_isNotDozing()
1128 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java184 boolean getDozingRequested() { in getDozingRequested() method in DozeServiceHost
H A DCentralSurfacesImpl.java2344 boolean keyguardForDozing = mDozeServiceHost.getDozingRequested() in updateIsKeyguard()
3595 boolean dozingAnimated = mDozeServiceHost.getDozingRequested()