Searched refs:shouldShowLights (Results 1 – 7 of 7) sorted by relevance
517 public boolean shouldShowLights() { in shouldShowLights() method in NotificationChannel731 if (shouldShowLights()) { in writeXml()732 out.attribute(null, ATT_LIGHTS, Boolean.toString(shouldShowLights())); in writeXml()793 record.put(ATT_LIGHTS, Boolean.toString(shouldShowLights())); in toJson()
275 assertEquals(expected.shouldShowLights(), actual.shouldShowLights()); in compareChannels()895 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFields()924 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1064 if (original.shouldShowLights() != update.shouldShowLights() in lockFieldsForUpdate()
239 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()
3878 Landroid/app/NotificationChannel;->shouldShowLights()Z
14973 HSPLandroid/app/NotificationChannel;->shouldShowLights()Z
5649 method public boolean shouldShowLights();