Searched refs:expectedLightState (Results 1 – 1 of 1) sorted by relevance
2195 private void verifyLightStateConditions(int expectedLightState) { in verifyLightStateConditions() argument2198 "Expected " + lightStateToString(expectedLightState) in verifyLightStateConditions()2200 expectedLightState, curLightState); in verifyLightStateConditions()2202 switch (expectedLightState) { in verifyLightStateConditions()2221 fail("Conditions for " + lightStateToString(expectedLightState) + " unknown."); in verifyLightStateConditions()