Searched refs:otherS (Results 1 – 1 of 1) sorted by relevance
8407 BigPictureStyle otherS = (BigPictureStyle) other; in areNotificationsVisiblyDifferent() local8408 return areIconsMaybeDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()10903 CallStyle otherS = (CallStyle) other; in areNotificationsVisiblyDifferent() local10904 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()10905 || !Objects.equals(mPerson, otherS.mPerson) in areNotificationsVisiblyDifferent()10906 || !Objects.equals(mVerificationText, otherS.mVerificationText); in areNotificationsVisiblyDifferent()