Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8346 List<MessagingStyle.Message> oldMs = getMessages(); in areNotificationsVisiblyDifferent() local
8349 if (oldMs == null || newMs == null) { in areNotificationsVisiblyDifferent()
8353 int n = oldMs.size(); in areNotificationsVisiblyDifferent()
8358 MessagingStyle.Message oldM = oldMs.get(i); in areNotificationsVisiblyDifferent()