Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java779 assertEquals(cDay.getProtectionColor(), cNight.getProtectionColor()); in validateColorizedPaletteForColor()
1642 assertThat(c.getProtectionColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5554 int pillColor = Colors.flattenAlpha(getColors(p).getProtectionColor(), bgColor); in bindExpandButton()
12886 public @ColorInt int getProtectionColor() { in getProtectionColor() method in Notification.Builder.Colors