Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java7291 List<MessagingStyle.Message> oldMs = getMessages(); in areNotificationsVisiblyDifferent() local
7294 if (oldMs == null || newMs == null) { in areNotificationsVisiblyDifferent()
7298 int n = oldMs.size(); in areNotificationsVisiblyDifferent()
7303 MessagingStyle.Message oldM = oldMs.get(i); in areNotificationsVisiblyDifferent()