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

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java525 public int getLightColor() { method in class:NotificationChannel
734 if (getLightColor() != DEFAULT_LIGHT_COLOR) {
735 out.attribute(null, ATT_LIGHT_COLOR, Integer.toString(getLightColor()));
794 record.put(ATT_LIGHT_COLOR, Integer.toString(getLightColor()));
897 if (getLightColor() != that.getLightColor()) return false;
933 result = 31 * result + getLightColor();
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java133 screenshotChannel.setLightColor(legacySS.getLightColor());
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java237 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor()
H A DRankingHelper.java1065 || original.getLightColor() != update.getLightColor()) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java283 assertEquals(expected.getLightColor(), actual.getLightColor());
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 134 milliseconds