Searched refs:OFF_BECAUSE_OF_USER (Results 1 – 4 of 4) sorted by relevance
118 OFF_BECAUSE_OF_USER,133 return OFF_BECAUSE_OF_USER; in translateSleepReasonToOffReason()140 int OFF_BECAUSE_OF_USER = 2; field207 case OFF_BECAUSE_OF_USER: in offReasonToString()
22 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 …]
1718 || (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_USER
64731 Landroid/view/WindowManagerPolicyConstants;->OFF_BECAUSE_OF_USER:I