Home
last modified time | relevance | path

Searched refs:WAIT_FOR_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java512 mConstants.WAIT_FOR_UNLOCK = false; in testStateActiveToStateInactive_ConditionsNotMet()
527 mConstants.WAIT_FOR_UNLOCK = true; in testStateActiveToStateInactive_ConditionsNotMet()
1602 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_ScreenThenMotion()
1624 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_ScreenThenMotion()
1642 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
1681 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
1712 mConstants.WAIT_FOR_UNLOCK = false; in testExitNotifiesDependencies_WaitForUnlockOff_Screen()
1728 mConstants.WAIT_FOR_UNLOCK = false; in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1252 public boolean WAIT_FOR_UNLOCK = DEFAULT_WAIT_FOR_UNLOCK; field in DeviceIdleController.Constants
1426 WAIT_FOR_UNLOCK = properties.getBoolean( in onPropertiesChanged()
1577 pw.println(WAIT_FOR_UNLOCK); in dump()
3085 if (!mForceIdle && (!mScreenLocked || !mConstants.WAIT_FOR_UNLOCK)) { in updateInteractivityLocked()
3235 mScreenOn && (!mConstants.WAIT_FOR_UNLOCK || !mScreenLocked); in becomeInactiveIfAppropriateLocked()
3240 + ", WAIT_FOR_UNLOCK=" + mConstants.WAIT_FOR_UNLOCK in becomeInactiveIfAppropriateLocked()