Searched defs:alertEntry (Results 1 – 5 of 5) sorted by relevance
77 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification() local97 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification() local172 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry() local174 mAlertEntries.put(entry.getKey(), alertEntry); in addAlertEntry() local184 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()191 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry() local212 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()229 AlertEntry alertEntry = mAlertEntries.get(key); in canRemoveImmediately() local317 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
134 NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNullEntries() local146 NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNonAlertEntries() local
92 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()95 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()
175 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()186 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()416 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
358 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()