Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3580 return areIconsMaybeDifferent(first.getSmallIcon(), second.getSmallIcon()) in areIconsDifferent()
3581 || areIconsMaybeDifferent(first.getLargeIcon(), second.getLargeIcon()); in areIconsDifferent()
3588 private static boolean areIconsMaybeDifferent(Icon a, Icon b) { in areIconsMaybeDifferent() method in Notification
8408 return areIconsMaybeDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()