Searched refs:curLightState (Results 1 – 2 of 2) sorted by relevance
2065 int curLightState = mDeviceIdleController.getLightState(); in verifyLightStateConditions() local2068 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()2069 expectedLightState, curLightState); in verifyLightStateConditions()
3969 int curLightState = mLightState; in onShellCommand() local3970 while (curLightState != LIGHT_STATE_IDLE) { in onShellCommand()3972 if (curLightState == mLightState) { in onShellCommand()3978 curLightState = mLightState; in onShellCommand()