Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java70 private static final String ATT_LIGHT_COLOR = "light_color"; field in NotificationChannel
634 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
735 out.attribute(null, ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in writeXml()
794 record.put(ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in toJson()