Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java1817 int curLightState = mDeviceIdleController.getLightState(); in verifyLightStateConditions() local
1820 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()
1821 expectedLightState, curLightState); in verifyLightStateConditions()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java3749 int curLightState = mLightState; in onShellCommand() local
3750 while (curLightState != LIGHT_STATE_IDLE) { in onShellCommand()
3752 if (curLightState == mLightState) { in onShellCommand()
3758 curLightState = mLightState; in onShellCommand()