Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java8407 BigPictureStyle otherS = (BigPictureStyle) other; in areNotificationsVisiblyDifferent() local
8408 return areIconsMaybeDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()
10903 CallStyle otherS = (CallStyle) other; in areNotificationsVisiblyDifferent() local
10904 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()
10905 || !Objects.equals(mPerson, otherS.mPerson) in areNotificationsVisiblyDifferent()
10906 || !Objects.equals(mVerificationText, otherS.mVerificationText); in areNotificationsVisiblyDifferent()