Home
last modified time | relevance | path

Searched refs:DOZE_PULSING_BRIGHT (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java79 DOZE_PULSING_BRIGHT, enumConstant
108 case DOZE_PULSING_BRIGHT: in staysAwake()
134 case DOZE_PULSING_BRIGHT: in screenState()
287 || mState == State.DOZE_PULSING_BRIGHT in getPulseReason()
369 || mState == State.DOZE_PULSING_BRIGHT); in validateTransition()
H A DDozeUi.java94 ? DozeMachine.State.DOZE_PULSING_BRIGHT in pulseWhileDozing()
151 case DOZE_PULSING_BRIGHT: in updateAnimateWakeup()
H A DDozeWallpaperState.java72 case DOZE_PULSING_BRIGHT: in transitionTo()
H A DDozeDockHandler.java121 || state == State.DOZE_PULSING_BRIGHT; in isPulsing()
H A DDozeTriggers.java396 || state == DozeMachine.State.DOZE_PULSING_BRIGHT) { in onProximityFar()
483 case DOZE_PULSING_BRIGHT: in transitionTo()
555 mMachine.requestState(DozeMachine.State.DOZE_PULSING_BRIGHT); in requestPulse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
H A DDozeStateModel.kt35 DOZE_PULSING_BRIGHT,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeWallpaperStateTest.java136 DozeMachine.State.DOZE_PULSING_BRIGHT); in testTransitionTo_wakeFromPulseIsNotAmbientMode()
H A DDozeMachineTest.java27 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSING_BRIGHT;
549 mMachine.requestState(DOZE_PULSING_BRIGHT); in testDozePulsingBrightDozeSuspendTriggers_carModeIsEnabled()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepository.kt799 DozeMachine.State.DOZE_PULSING_BRIGHT -> DozeStateModel.DOZE_PULSING_BRIGHT