Home
last modified time | relevance | path

Searched refs:shouldShowLights (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java488 public boolean shouldShowLights() { in shouldShowLights() method in NotificationChannel
621 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()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java222 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()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java854 if (original.shouldShowLights() != update.shouldShowLights() in lockFieldsForUpdate()
DNotificationRecord.java203 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()
/frameworks/base/api/
Dcurrent.txt5556 method public boolean shouldShowLights();
Dsystem-current.txt5759 method public boolean shouldShowLights();