Home
last modified time | relevance | path

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

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