Searched refs:newM (Results 1 – 1 of 1) sorted by relevance
7304 MessagingStyle.Message newM = newMs.get(i); in areNotificationsVisiblyDifferent() local7307 String.valueOf(newM.getText()))) { in areNotificationsVisiblyDifferent()7310 if (!Objects.equals(oldM.getDataUri(), newM.getDataUri())) { in areNotificationsVisiblyDifferent()7316 String newSender = String.valueOf(newM.getSenderPerson() == null in areNotificationsVisiblyDifferent()7317 ? newM.getSender() in areNotificationsVisiblyDifferent()7318 : newM.getSenderPerson().getName()); in areNotificationsVisiblyDifferent()7325 String newKey = newM.getSenderPerson() == null in areNotificationsVisiblyDifferent()7326 ? null : newM.getSenderPerson().getKey(); in areNotificationsVisiblyDifferent()