Searched refs:shouldShowLights (Results 1 – 6 of 6) sorted by relevance
559 public boolean shouldShowLights() { in shouldShowLights() method in NotificationChannel824 if (shouldShowLights()) { in writeXml()825 out.attribute(null, ATT_LIGHTS, Boolean.toString(shouldShowLights())); in writeXml()892 record.put(ATT_LIGHTS, Boolean.toString(shouldShowLights())); in toJson()
219 assertEquals(expected.shouldShowLights(), actual.shouldShowLights()); in compareChannels()907 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFields()938 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1418 if (original.shouldShowLights() != update.shouldShowLights() in lockFieldsForUpdateLocked()
260 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()
5785 method public boolean shouldShowLights();