Searched refs:getDozingRequested (Results 1 – 4 of 4) sorted by relevance
114 assertFalse(mDozeServiceHost.getDozingRequested()); in testStartStopDozing()
824 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_isNotDozing()839 when(mDozeServiceHost.getDozingRequested()).thenReturn(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
174 boolean getDozingRequested() { in getDozingRequested() method in DozeServiceHost
3162 boolean keyguardForDozing = mDozeServiceHost.getDozingRequested() in updateIsKeyguard()3568 boolean dozingAnimated = mDozeServiceHost.getDozingRequested() in onDozingChanged()