Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java7701 BigPictureStyle otherS = (BigPictureStyle) other; in areNotificationsVisiblyDifferent() local
7702 return areIconsMaybeDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()
9965 CallStyle otherS = (CallStyle) other; in areNotificationsVisiblyDifferent() local
9966 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()
9967 || !Objects.equals(mPerson, otherS.mPerson) in areNotificationsVisiblyDifferent()
9968 || !Objects.equals(mVerificationText, otherS.mVerificationText); in areNotificationsVisiblyDifferent()