Searched refs:getLightColor (Results 1 – 6 of 6) sorted by relevance
564 public int getLightColor() { in getLightColor() method in NotificationChannel823 if (getLightColor() != DEFAULT_LIGHT_COLOR) { in writeXml()824 out.attribute(null, ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in writeXml()889 record.put(ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in toJson()992 && getLightColor() == that.getLightColor() in equals()1014 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()
132 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()
261 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor() in calculateLights()
1403 || original.getLightColor() != update.getLightColor()) { in lockFieldsForUpdateLocked()
224 assertEquals(expected.getLightColor(), actual.getLightColor()); in compareChannels()
5765 method public int getLightColor();