Searched refs:AlertEntry (Results 1 – 6 of 6) sorted by relevance
43 protected final ArrayMap<String, AlertEntry> mAlertEntries = new ArrayMap<>();83 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification()107 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification()142 AlertEntry entry = mAlertEntries.get(key); in getEntry()183 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry()194 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()201 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry()222 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()228 protected AlertEntry createAlertEntry() { in createAlertEntry()229 return new AlertEntry(); in createAlertEntry()[all …]
109 AlertEntry alertEntry = getHeadsUpEntry(key); in updateNotification()147 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()157 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()207 AlertEntry entry = getHeadsUpEntry(key); in snooze()239 for (AlertEntry entry: mAlertEntries.values()) { in getTopHeadsUpEntry()265 for (AlertEntry entry: mAlertEntries.values()) { in dumpInternal()285 AlertEntry entry = getHeadsUpEntry(key); in hasPinnedNotificationInternal()330 AlertEntry aEntry = getHeadsUpEntry(a.getKey()); in compare()331 AlertEntry bEntry = getHeadsUpEntry(b.getKey()); in compare()366 protected class HeadsUpEntry extends AlertEntry {[all …]
81 private AlertEntry mLastCreatedEntry;90 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()93 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()96 protected AlertEntry createAlertEntry() { in createAlertEntry()
35 import com.android.car.notification.AlertEntry;76 private AlertEntry mMessageNotification;85 mMessageNotification = new AlertEntry(new StatusBarNotification(PKG, OP_PKG, in setUp()
23 import com.android.car.notification.AlertEntry;61 for (AlertEntry alertEntry : mNotificationDataManager.getVisibleNotifications()) {
361 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()513 public int compareTo(AlertEntry alertEntry) { in compareTo()573 for (AlertEntry entry : mAlertEntries.values()) {589 for (AlertEntry entry : mAlertEntries.values()) {