Searched refs:oldM (Results 1 – 1 of 1) sorted by relevance
7303 MessagingStyle.Message oldM = oldMs.get(i); in areNotificationsVisiblyDifferent() local7306 String.valueOf(oldM.getText()), in areNotificationsVisiblyDifferent()7310 if (!Objects.equals(oldM.getDataUri(), newM.getDataUri())) { in areNotificationsVisiblyDifferent()7313 String oldSender = String.valueOf(oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()7314 ? oldM.getSender() in areNotificationsVisiblyDifferent()7315 : oldM.getSenderPerson().getName()); in areNotificationsVisiblyDifferent()7323 String oldKey = oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()7324 ? null : oldM.getSenderPerson().getKey(); in areNotificationsVisiblyDifferent()