Searched refs:colorStringLocal (Results 1 – 1 of 1) sorted by relevance
56 …val colorStringLocal = colorString ?: manifest.getNotificationPreferences()?.getNullable(ExponentM… in getColor() constant57 return if (colorString != null && ColorParser.isValid(colorStringLocal)) { in getColor()