Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java1122 assertThat(Notification.areIconsDifferent(n1, n2)).isFalse(); in areIconsDifferent_sameSmallIcon_false()
1130 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_differentSmallIcon_true()
1145 assertThat(Notification.areIconsDifferent(n1, n2)).isFalse(); in areIconsDifferent_sameLargeIcon_false()
1157 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_differentLargeIcon_true()
1167 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_addedLargeIcon_true()
1177 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_removedLargeIcon_true()
/frameworks/base/core/java/android/app/
DNotification.java3579 public static boolean areIconsDifferent(Notification first, Notification second) { in areIconsDifferent() method in Notification
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java8950 if (Notification.areIconsDifferent(oldN, newN)) {