Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3625 Notification oldN = old != null ? old.sbn.getNotification() : null; in handleGroupedNotificationLocked() local
3627 boolean oldIsSummary = old != null && oldN.isGroupSummary(); in handleGroupedNotificationLocked()