Searched refs:DOZE_PULSE_DONE (Results 1 – 8 of 8) sorted by relevance
21 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSE_DONE;119 mMachine.requestState(DOZE_PULSE_DONE); in testPulseDone_goesToDoze()121 verify(mPartMock).transitionTo(DOZE_PULSE_DONE, DOZE); in testPulseDone_goesToDoze()132 mMachine.requestState(DOZE_PULSE_DONE); in testPulseDone_goesToAoD()134 verify(mPartMock).transitionTo(DOZE_PULSE_DONE, DOZE_AOD); in testPulseDone_goesToAoD()198 mMachine.requestState(DOZE_PULSE_DONE); in testWakeLock_releasedAfterPulse()211 mMachine.requestState(DOZE_PULSE_DONE); in testPulseDuringPulse_doesntCrash()220 mMachine.requestState(DOZE_PULSE_DONE); in testSuppressingPulse_doesntCrash()254 || newState == DOZE_PULSE_DONE) { in testPulseReason_getFromTransition()265 mMachine.requestState(DOZE_PULSE_DONE); in testPulseReason_getFromTransition()
23 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSE_DONE;179 mScreen.transitionTo(DOZE_PULSING, DOZE_PULSE_DONE); in testDozingAfterPulsing_pausesLightSensor()180 mScreen.transitionTo(DOZE_PULSE_DONE, DOZE); in testDozingAfterPulsing_pausesLightSensor()
124 mTriggers.transitionTo(DozeMachine.State.DOZE_PULSING, DozeMachine.State.DOZE_PULSE_DONE); in testTransitionTo_disablesAndEnablesTouchSensors()
68 DOZE_PULSE_DONE, enumConstant221 || mState == State.DOZE_PULSE_DONE, "must be in pulsing state, but is " + mState); in getPulseReason()263 } else if (oldState == State.DOZE_PULSE_DONE) { in updatePulseReason()300 case DOZE_PULSE_DONE: in validateTransition()319 && requestedState == State.DOZE_PULSE_DONE) { in transitionPolicy()347 case DOZE_PULSE_DONE: in resolveIntermediateState()
112 mMachine.requestState(DozeMachine.State.DOZE_PULSE_DONE); in pulseWhileDozing()158 case DOZE_PULSE_DONE: in updateAnimateWakeup()
72 case DOZE_PULSE_DONE: in transitionTo()
83 boolean pulseEnding = oldState == DozeMachine.State.DOZE_PULSE_DONE in transitionTo()
327 case DOZE_PULSE_DONE: in transitionTo()