Searched refs:oldM (Results 1 – 1 of 1) sorted by relevance
8358 MessagingStyle.Message oldM = oldMs.get(i); in areNotificationsVisiblyDifferent() local8361 String.valueOf(oldM.getText()), in areNotificationsVisiblyDifferent()8365 if (!Objects.equals(oldM.getDataUri(), newM.getDataUri())) { in areNotificationsVisiblyDifferent()8368 String oldSender = String.valueOf(oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()8369 ? oldM.getSender() in areNotificationsVisiblyDifferent()8370 : oldM.getSenderPerson().getName()); in areNotificationsVisiblyDifferent()8378 String oldKey = oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()8379 ? null : oldM.getSenderPerson().getKey(); in areNotificationsVisiblyDifferent()