Searched refs:otherS (Results 1 – 1 of 1) sorted by relevance
7701 BigPictureStyle otherS = (BigPictureStyle) other; in areNotificationsVisiblyDifferent() local7702 return areIconsMaybeDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()9965 CallStyle otherS = (CallStyle) other; in areNotificationsVisiblyDifferent() local9966 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()9967 || !Objects.equals(mPerson, otherS.mPerson) in areNotificationsVisiblyDifferent()9968 || !Objects.equals(mVerificationText, otherS.mVerificationText); in areNotificationsVisiblyDifferent()