Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHostTest.java117 assertFalse(mDozeServiceHost.getDozingRequested()); in testStartStopDozing()
H A DStatusBarTest.java904 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_isNotDozing()
919 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java173 boolean getDozingRequested() { in getDozingRequested() method in DozeServiceHost
H A DStatusBar.java2938 boolean keyguardForDozing = mDozeServiceHost.getDozingRequested() in updateIsKeyguard()
4366 boolean dozingAnimated = mDozeServiceHost.getDozingRequested()