Home
last modified time | relevance | path

Searched refs:getErrorColor (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1649 assertThat(c.getErrorColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
1658 assertContrastIsAtLeast(c.getErrorColor(), c.getBackgroundColor(), 4.5); in assertValid()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5194 getColors(p).getErrorColor(), in bindPhishingAlertIcon()
12929 public @ColorInt int getErrorColor() { in getErrorColor() method in Notification.Builder.Colors