Searched refs:areIconsDifferent (Results 1 – 3 of 3) sorted by relevance
1122 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()
3579 public static boolean areIconsDifferent(Notification first, Notification second) { in areIconsDifferent() method in Notification
8950 if (Notification.areIconsDifferent(oldN, newN)) {