Home
last modified time | relevance | path

Searched refs:areIconsDifferent (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1011 assertThat(Notification.areIconsDifferent(n1, n2)).isFalse(); in areIconsDifferent_sameSmallIcon_false()
1019 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_differentSmallIcon_true()
1034 assertThat(Notification.areIconsDifferent(n1, n2)).isFalse(); in areIconsDifferent_sameLargeIcon_false()
1046 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_differentLargeIcon_true()
1056 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_addedLargeIcon_true()
1066 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_removedLargeIcon_true()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3311 public static boolean areIconsDifferent(Notification first, Notification second) { in areIconsDifferent() method in Notification
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java8170 if (Notification.areIconsDifferent(oldN, newN)) {