Searched refs:DOZE_REQUEST_PULSE (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeMachine.java | 59 DOZE_REQUEST_PULSE, enumConstant 87 case DOZE_REQUEST_PULSE: in staysAwake() 100 case DOZE_REQUEST_PULSE: in screenState() 153 Preconditions.checkArgument(requestedState != State.DOZE_REQUEST_PULSE); in requestState() 163 requestState(State.DOZE_REQUEST_PULSE, pulseReason); in requestPulse() 210 Preconditions.checkState(mState == State.DOZE_REQUEST_PULSE in getPulseReason() 253 if (newState == State.DOZE_REQUEST_PULSE) { in updatePulseReason() 290 Preconditions.checkState(mState == State.DOZE_REQUEST_PULSE); in validateTransition() 294 mState == State.DOZE_REQUEST_PULSE || mState == State.DOZE_PULSING in validateTransition() 315 if (requestedState == State.DOZE_REQUEST_PULSE && !mState.canPulse()) { in transitionPolicy()
|
D | DozeUi.java | 135 case DOZE_REQUEST_PULSE: in transitionTo() 152 case DOZE_REQUEST_PULSE: in updateAnimateWakeup()
|
D | DozeWallpaperState.java | 69 case DOZE_REQUEST_PULSE: in transitionTo()
|
D | DozeDockHandler.java | 90 if (dozeState == State.DOZE_REQUEST_PULSE || dozeState == State.DOZE_PULSING in requestPulseOutNow()
|
D | DozeScreenBrightness.java | 110 case DOZE_REQUEST_PULSE: in transitionTo()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
D | DozeScreenStateTest.java | 22 import static com.android.systemui.doze.DozeMachine.State.DOZE_REQUEST_PULSE; 95 mScreen.transitionTo(DOZE, DOZE_REQUEST_PULSE); in testScreen_onInPulse() 96 mScreen.transitionTo(DOZE_REQUEST_PULSE, DOZE_PULSING); in testScreen_onInPulse() 106 mScreen.transitionTo(DOZE, DOZE_REQUEST_PULSE); in testScreen_offInRequestPulseWithoutAoD() 116 mScreen.transitionTo(DOZE, DOZE_REQUEST_PULSE); in testScreen_offInRequestPulseWithAoD()
|
D | DozeWallpaperStateTest.java | 125 DozeMachine.State.DOZE_REQUEST_PULSE); in testTransitionTo_requestPulseIsAmbientMode() 132 DozeMachine.State.DOZE_REQUEST_PULSE); in testTransitionTo_wakeFromPulseIsNotAmbientMode() 135 mDozeWallpaperState.transitionTo(DozeMachine.State.DOZE_REQUEST_PULSE, in testTransitionTo_wakeFromPulseIsNotAmbientMode() 142 mDozeWallpaperState.transitionTo(DozeMachine.State.DOZE_REQUEST_PULSE, in testTransitionTo_animatesWhenWakingUpFromPulse()
|
D | DozeScreenBrightnessTest.java | 25 import static com.android.systemui.doze.DozeMachine.State.DOZE_REQUEST_PULSE; 152 mScreen.transitionTo(DOZE, DOZE_REQUEST_PULSE); in testPulsing_usesLightSensor() 163 mScreen.transitionTo(DOZE, DOZE_REQUEST_PULSE); in testDozingAfterPulsing_pausesLightSensor() 164 mScreen.transitionTo(DOZE_REQUEST_PULSE, DOZE_PULSING); in testDozingAfterPulsing_pausesLightSensor()
|
D | DozeMachineTest.java | 23 import static com.android.systemui.doze.DozeMachine.State.DOZE_REQUEST_PULSE; 223 }).when(mPartMock).transitionTo(any(), eq(DOZE_REQUEST_PULSE)); in testTransitions_canRequestTransitions() 245 if (newState == DOZE_REQUEST_PULSE in testPulseReason_getFromTransition()
|