Searched refs:newM (Results 1 – 1 of 1) sorted by relevance
9131 MessagingStyle.Message newM = newMs.get(i); in areNotificationsVisiblyDifferent() local9134 String.valueOf(newM.getText()))) { in areNotificationsVisiblyDifferent()9137 if (!Objects.equals(oldM.getDataUri(), newM.getDataUri())) { in areNotificationsVisiblyDifferent()9143 String newSender = String.valueOf(newM.getSenderPerson() == null in areNotificationsVisiblyDifferent()9144 ? newM.getSender() in areNotificationsVisiblyDifferent()9145 : newM.getSenderPerson().getName()); in areNotificationsVisiblyDifferent()9152 String newKey = newM.getSenderPerson() == null in areNotificationsVisiblyDifferent()9153 ? null : newM.getSenderPerson().getKey(); in areNotificationsVisiblyDifferent()