Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java7442 BigPictureStyle otherS = (BigPictureStyle) other; in areNotificationsVisiblyDifferent() local
7443 return areIconsObviouslyDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()
9562 CallStyle otherS = (CallStyle) other; in areNotificationsVisiblyDifferent() local
9563 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()
9564 || !Objects.equals(mPerson, otherS.mPerson) in areNotificationsVisiblyDifferent()
9565 || !Objects.equals(mVerificationText, otherS.mVerificationText); in areNotificationsVisiblyDifferent()