Searched refs:getLightColor (Results 1 – 8 of 8) sorted by relevance
525 public int getLightColor() { in getLightColor() method in NotificationChannel734 if (getLightColor() != DEFAULT_LIGHT_COLOR) { in writeXml()735 out.attribute(null, ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in writeXml()794 record.put(ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in toJson()897 if (getLightColor() != that.getLightColor()) return false; in equals()933 result = 31 * result + getLightColor(); in hashCode()
133 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()
237 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor() in calculateLights()
1065 || original.getLightColor() != update.getLightColor()) { in lockFieldsForUpdate()
283 assertEquals(expected.getLightColor(), actual.getLightColor()); in compareChannels()
3859 Landroid/app/NotificationChannel;->getLightColor()I
14956 HSPLandroid/app/NotificationChannel;->getLightColor()I
5634 method public int getLightColor();