Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java439 mConstants.WAIT_FOR_UNLOCK = false; in testStateActiveToStateInactive_ConditionsNotMet()
454 mConstants.WAIT_FOR_UNLOCK = true; in testStateActiveToStateInactive_ConditionsNotMet()
1417 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_ScreenThenMotion()
1439 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_ScreenThenMotion()
1457 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
1496 mConstants.WAIT_FOR_UNLOCK = true; in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
1527 mConstants.WAIT_FOR_UNLOCK = false; in testExitNotifiesDependencies_WaitForUnlockOff_Screen()
1543 mConstants.WAIT_FOR_UNLOCK = false; in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java1043 public boolean WAIT_FOR_UNLOCK; field in DeviceIdleController.Constants
1137 WAIT_FOR_UNLOCK = mParser.getBoolean(KEY_WAIT_FOR_UNLOCK, true); in updateConstants()
1253 pw.println(WAIT_FOR_UNLOCK); in dump()
2562 if (!mForceIdle && (!mScreenLocked || !mConstants.WAIT_FOR_UNLOCK)) { in updateInteractivityLocked()
2707 mScreenOn && (!mConstants.WAIT_FOR_UNLOCK || !mScreenLocked); in becomeInactiveIfAppropriateLocked()
2712 + ", WAIT_FOR_UNLOCK=" + mConstants.WAIT_FOR_UNLOCK in becomeInactiveIfAppropriateLocked()