Searched defs:getLightColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java496 public int getLightColor() { method in class:NotificationChannel
624 if (getLightColor() != DEFAULT_LIGHT_COLOR) {
625 out.attribute(null, ATT_LIGHT_COLOR, Integer.toString(getLightColor()));
681 record.put(ATT_LIGHT_COLOR, Integer.toString(getLightColor()));
783 if (getLightColor() != that.getLightColor()) return false;
819 result = 31 * result + getLightColor();

Completed in 60 milliseconds