Searched refs:mAlertEntries (Results 1 – 3 of 3) sorted by relevance
43 protected final ArrayMap<String, AlertEntry> mAlertEntries = new ArrayMap<>(); field in AlertingNotificationManager83 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification()107 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification()129 ArraySet<String> keysToRemove = new ArraySet<>(mAlertEntries.keySet()); in releaseAllImmediately()142 AlertEntry entry = mAlertEntries.get(key); in getEntry()152 return mAlertEntries.values().stream().map(headsUpEntry -> headsUpEntry.mEntry); in getAllEntries()160 return !mAlertEntries.isEmpty(); in hasNotifications()168 return mAlertEntries.containsKey(key); in isAlerting()185 mAlertEntries.put(entry.getKey(), alertEntry); in addAlertEntry()201 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry()[all …]
206 for (String key : mAlertEntries.keySet()) { in snooze()221 return (HeadsUpEntry) mAlertEntries.get(key); in getHeadsUpEntry()235 if (mAlertEntries.isEmpty()) { in getTopHeadsUpEntry()239 for (AlertEntry entry: mAlertEntries.values()) { in getTopHeadsUpEntry()265 for (AlertEntry entry: mAlertEntries.values()) { in dumpInternal()284 for (String key : mAlertEntries.keySet()) { in hasPinnedNotificationInternal()298 for (String key : mAlertEntries.keySet()) { in unpinAll()
390 return (HeadsUpEntryPhone) mAlertEntries.get(key); in getHeadsUpEntryPhone()573 for (AlertEntry entry : mAlertEntries.values()) {589 for (AlertEntry entry : mAlertEntries.values()) {