Searched refs:getLightColor (Results 1 – 7 of 7) sorted by relevance
567 public int getLightColor() { in getLightColor() method in NotificationChannel827 if (getLightColor() != DEFAULT_LIGHT_COLOR) { in writeXml()828 out.attribute(null, ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in writeXml()893 record.put(ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in toJson()996 && getLightColor() == that.getLightColor() in equals()1018 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()
132 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()
258 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor() in calculateLights()
1419 || original.getLightColor() != update.getLightColor()) { in lockFieldsForUpdateLocked()
227 assertEquals(expected.getLightColor(), actual.getLightColor()); in compareChannels()
5768 method public int getLightColor();