Home
last modified time | relevance | path

Searched refs:OFF_BECAUSE_OF_USER (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java118 OFF_BECAUSE_OF_USER,
133 return OFF_BECAUSE_OF_USER; in translateSleepReasonToOffReason()
140 int OFF_BECAUSE_OF_USER = 2; field
207 case OFF_BECAUSE_OF_USER: in offReasonToString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java22 import static android.view.WindowManagerPolicyConstants.OFF_BECAUSE_OF_USER;
427 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnGoingToSleep_UpdatesKeyguardGoingAway()
443 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()
445 mViewMediator.onStartedWakingUp(OFF_BECAUSE_OF_USER, false); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()
463 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnStartedWakingUp_whileSleeping_ifNotWakeAndUnlocking_showsKeyguard()
464 mViewMediator.onStartedWakingUp(OFF_BECAUSE_OF_USER, false); in testOnStartedWakingUp_whileSleeping_ifNotWakeAndUnlocking_showsKeyguard()
488 mViewMediator.onFinishedGoingToSleep(OFF_BECAUSE_OF_USER, false); in testIsAnimatingScreenOff()
843 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()
848 mViewMediator.onFinishedGoingToSleep(OFF_BECAUSE_OF_USER, false); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()
863 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1718 || (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_USER
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64731 Landroid/view/WindowManagerPolicyConstants;->OFF_BECAUSE_OF_USER:I