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

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

Completed in 151 milliseconds