Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java286 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor() in calculateLights() local
288 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()