Searched refs:DOZE_PULSING (Results 1 – 10 of 10) sorted by relevance
22 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSING;110 mMachine.requestState(DOZE_PULSING); in testPulseDone_goesToDoze()123 mMachine.requestState(DOZE_PULSING); in testPulseDone_goesToAoD()169 mMachine.requestState(DOZE_PULSING); in testWakeLock_heldInPulseStates()190 mMachine.requestState(DOZE_PULSING); in testWakeLock_releasedAfterPulse()202 mMachine.requestState(DOZE_PULSING); in testPulseDuringPulse_doesntCrash()221 mMachine.requestState(DOZE_PULSING); in testTransitions_canRequestTransitions()227 assertEquals(DOZE_PULSING, mMachine.getState()); in testTransitions_canRequestTransitions()246 || newState == DOZE_PULSING in testPulseReason_getFromTransition()257 mMachine.requestState(DOZE_PULSING); in testPulseReason_getFromTransition()
114 when(mMachine.getState()).thenReturn(State.DOZE_PULSING); in testOnEvent_dockedHideWhenPulsing_requestPulseOut()125 when(mMachine.getState()).thenReturn(DozeMachine.State.DOZE_PULSING); in testOnEvent_undockedWhenPulsing_requestPulseOut()207 when(mMachine.getState()).thenReturn(DozeMachine.State.DOZE_PULSING); in testTransitionToPulsing_whenDockedHide_requestPulseOut()211 mDockHandler.transitionTo(DozeMachine.State.INITIALIZED, State.DOZE_PULSING); in testTransitionToPulsing_whenDockedHide_requestPulseOut()
24 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSING;164 mScreen.transitionTo(DOZE_REQUEST_PULSE, DOZE_PULSING); in testDozingAfterPulsing_pausesLightSensor()165 mScreen.transitionTo(DOZE_PULSING, DOZE_PULSE_DONE); in testDozingAfterPulsing_pausesLightSensor()
143 DozeMachine.State.DOZE_PULSING); in testTransitionTo_animatesWhenWakingUpFromPulse()145 mDozeWallpaperState.transitionTo(DozeMachine.State.DOZE_PULSING, in testTransitionTo_animatesWhenWakingUpFromPulse()
21 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSING;96 mScreen.transitionTo(DOZE_REQUEST_PULSE, DOZE_PULSING); in testScreen_onInPulse()
61 DOZE_PULSING, enumConstant88 case DOZE_PULSING: in staysAwake()106 case DOZE_PULSING: in screenState()211 || mState == State.DOZE_PULSING in getPulseReason()289 case DOZE_PULSING: in validateTransition()294 mState == State.DOZE_REQUEST_PULSE || mState == State.DOZE_PULSING in validateTransition()
71 case DOZE_PULSING: in transitionTo()82 boolean wakingUpFromPulse = oldState == DozeMachine.State.DOZE_PULSING in transitionTo()
100 : DozeMachine.State.DOZE_PULSING); in pulseWhileDozing()153 case DOZE_PULSING: in updateAnimateWakeup()
216 if (state == DozeMachine.State.DOZE_PULSING294 case DOZE_PULSING: in transitionTo()330 if (mMachine.getState() == DozeMachine.State.DOZE_PULSING in requestPulse()
90 if (dozeState == State.DOZE_REQUEST_PULSE || dozeState == State.DOZE_PULSING in requestPulseOutNow()