Searched refs:otherS (Results 1 – 1 of 1) sorted by relevance
7442 BigPictureStyle otherS = (BigPictureStyle) other; in areNotificationsVisiblyDifferent() local7443 return areIconsObviouslyDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()9562 CallStyle otherS = (CallStyle) other; in areNotificationsVisiblyDifferent() local9563 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()9564 || !Objects.equals(mPerson, otherS.mPerson) in areNotificationsVisiblyDifferent()9565 || !Objects.equals(mVerificationText, otherS.mVerificationText); in areNotificationsVisiblyDifferent()