Home
last modified time | relevance | path

Searched refs:oldM (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java9130 MessagingStyle.Message oldM = oldMs.get(i); in areNotificationsVisiblyDifferent() local
9133 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()