Searched refs:shouldShowLights (Results 1 – 5 of 5) sorted by relevance
556 public boolean shouldShowLights() { in shouldShowLights() method in NotificationChannel820 if (shouldShowLights()) { in writeXml()821 out.attribute(null, ATT_LIGHTS, Boolean.toString(shouldShowLights())); in writeXml()888 record.put(ATT_LIGHTS, Boolean.toString(shouldShowLights())); in toJson()
216 assertEquals(expected.shouldShowLights(), actual.shouldShowLights()); in compareChannels()904 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFields()935 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1402 if (original.shouldShowLights() != update.shouldShowLights() in lockFieldsForUpdateLocked()
263 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()
5782 method public boolean shouldShowLights();