Searched refs:oldM (Results 1 – 1 of 1) sorted by relevance
9130 MessagingStyle.Message oldM = oldMs.get(i); in areNotificationsVisiblyDifferent() local9133 String.valueOf(oldM.getText()), in areNotificationsVisiblyDifferent()9137 if (!Objects.equals(oldM.getDataUri(), newM.getDataUri())) { in areNotificationsVisiblyDifferent()9140 String oldSender = String.valueOf(oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()9141 ? oldM.getSender() in areNotificationsVisiblyDifferent()9142 : oldM.getSenderPerson().getName()); in areNotificationsVisiblyDifferent()9150 String oldKey = oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()9151 ? null : oldM.getSenderPerson().getKey(); in areNotificationsVisiblyDifferent()