Home
last modified time | relevance | path

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

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