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.java2065 int curLightState = mDeviceIdleController.getLightState(); in verifyLightStateConditions() local
2068 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()
2069 expectedLightState, curLightState); in verifyLightStateConditions()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java3969 int curLightState = mLightState; in onShellCommand() local
3970 while (curLightState != LIGHT_STATE_IDLE) { in onShellCommand()
3972 if (curLightState == mLightState) { in onShellCommand()
3978 curLightState = mLightState; in onShellCommand()