Searched refs:getOnTertiaryAccentTextColor (Results 1 – 2 of 2) sorted by relevance
863 assertEquals(cDay.getOnTertiaryAccentTextColor(), in validateColorizedPaletteForColor()864 cNight.getOnTertiaryAccentTextColor()); in validateColorizedPaletteForColor()1815 assertThat(c.getOnTertiaryAccentTextColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()1836 assertContrastIsAtLeast(c.getOnTertiaryAccentTextColor(), c.getTertiaryAccentColor(), 4.5); in assertValid()
13867 public @ColorInt int getOnTertiaryAccentTextColor() { in getOnTertiaryAccentTextColor() method in Notification.Builder.Colors