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