Searched refs:notifEntry (Results 1 – 3 of 3) sorted by relevance
121 NotificationEntry notifEntry = requireNonNull(entry.getRepresentativeEntry()); in dumpEntry() local124 if (!notifEntry.mLifetimeExtenders.isEmpty()) { in dumpEntry()125 String[] lifetimeExtenderNames = new String[notifEntry.mLifetimeExtenders.size()]; in dumpEntry()127 lifetimeExtenderNames[i] = notifEntry.mLifetimeExtenders.get(i).getName(); in dumpEntry()134 if (!notifEntry.mDismissInterceptors.isEmpty()) { in dumpEntry()135 String[] interceptorsNames = new String[notifEntry.mDismissInterceptors.size()]; in dumpEntry()137 interceptorsNames[i] = notifEntry.mDismissInterceptors.get(i).getName(); in dumpEntry()144 if (notifEntry.getExcludingFilter() != null) { in dumpEntry()146 .append(notifEntry.getExcludingFilter().getName()) in dumpEntry()150 if (notifEntry.getNotifPromoter() != null) { in dumpEntry()[all …]
71 final NotificationEntry notifEntry = entry.getRepresentativeEntry(); in isHighPriority() local72 if (notifEntry == null) { in isHighPriority()76 return notifEntry.getRanking().getImportance() >= NotificationManager.IMPORTANCE_DEFAULT in isHighPriority()77 || hasHighPriorityCharacteristics(notifEntry) in isHighPriority()
242 NotificationEntry notifEntry = (NotificationEntry) entry; in inflateAllRequiredViews() local243 inflateRequiredNotifViews(notifEntry); in inflateAllRequiredViews()