Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java7537 MessagingStyle.Message oldM = oldMs.get(i); in areNotificationsVisiblyDifferent() local
7540 String.valueOf(oldM.getText()), in areNotificationsVisiblyDifferent()
7544 if (!Objects.equals(oldM.getDataUri(), newM.getDataUri())) { in areNotificationsVisiblyDifferent()
7547 String oldSender = String.valueOf(oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()
7548 ? oldM.getSender() in areNotificationsVisiblyDifferent()
7549 : oldM.getSenderPerson().getName()); in areNotificationsVisiblyDifferent()
7557 String oldKey = oldM.getSenderPerson() == null in areNotificationsVisiblyDifferent()
7558 ? null : oldM.getSenderPerson().getKey(); in areNotificationsVisiblyDifferent()