Searched refs:shouldShowLights (Results 1 – 6 of 6) sorted by relevance
488 public boolean shouldShowLights() { in shouldShowLights() method in NotificationChannel621 if (shouldShowLights()) { in writeXml()622 out.attribute(null, ATT_LIGHTS, Boolean.toString(shouldShowLights())); in writeXml()680 record.put(ATT_LIGHTS, Boolean.toString(shouldShowLights())); in toJson()
222 assertEquals(expected.shouldShowLights(), actual.shouldShowLights()); in compareChannels()711 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFields()738 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
854 if (original.shouldShowLights() != update.shouldShowLights() in lockFieldsForUpdate()
203 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()
5556 method public boolean shouldShowLights();
5759 method public boolean shouldShowLights();