Searched refs:mPendingNotifications (Results 1 – 2 of 2) sorted by relevance
78 protected final HashMap<String, NotificationEntry> mPendingNotifications = new HashMap<>(); field in NotificationEntryManager101 if (mPendingNotifications.size() == 0) { in dump()104 for (NotificationEntry entry : mPendingNotifications.values()) { in dump()200 if (mPendingNotifications.containsKey(key)) { in abortExistingInflation()201 NotificationEntry entry = mPendingNotifications.get(key); in abortExistingInflation()203 mPendingNotifications.remove(key); in abortExistingInflation()230 mPendingNotifications.remove(entry.key); in onAsyncInflationFinished()281 NotificationEntry pendingEntry = mPendingNotifications.get(key); in removeNotificationInternal()397 mPendingNotifications.put(key, entry); in addNotificationInternal()471 entries.addAll(mPendingNotifications.values()); in updateNotificationRanking()[all …]
443 mEntryManager.mPendingNotifications.put(mEntry.key, mEntry); in testUpdateNotificationRanking_pendingNotification()