Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3312 return areIconsMaybeDifferent(first.getSmallIcon(), second.getSmallIcon()) in areIconsDifferent()
3313 || areIconsMaybeDifferent(first.getLargeIcon(), second.getLargeIcon()); in areIconsDifferent()
3320 private static boolean areIconsMaybeDifferent(Icon a, Icon b) { in areIconsMaybeDifferent() method in Notification
7702 return areIconsMaybeDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()