Searched refs:curLightState (Results 1 – 2 of 2) sorted by relevance
1817 int curLightState = mDeviceIdleController.getLightState(); in verifyLightStateConditions() local1820 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()1821 expectedLightState, curLightState); in verifyLightStateConditions()
3749 int curLightState = mLightState; in onShellCommand() local3750 while (curLightState != LIGHT_STATE_IDLE) { in onShellCommand()3752 if (curLightState == mLightState) { in onShellCommand()3758 curLightState = mLightState; in onShellCommand()