Searched refs:getErrorColor (Results 1 – 2 of 2) sorted by relevance
1649 assertThat(c.getErrorColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()1658 assertContrastIsAtLeast(c.getErrorColor(), c.getBackgroundColor(), 4.5); in assertValid()
5194 getColors(p).getErrorColor(), in bindPhishingAlertIcon()12929 public @ColorInt int getErrorColor() { in getErrorColor() method in Notification.Builder.Colors