Searched refs:getProtectionColor (Results 1 – 2 of 2) sorted by relevance
869 assertEquals(cDay.getProtectionColor(), cNight.getProtectionColor()); in validateColorizedPaletteForColor()1809 assertThat(c.getProtectionColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
6059 int pillColor = Colors.flattenAlpha(getColors(p).getProtectionColor(), bgColor); in bindExpandButton()13837 public @ColorInt int getProtectionColor() { in getProtectionColor() method in Notification.Builder.Colors