Searched defs:alertEntry (Results 1 – 5 of 5) sorted by relevance
78 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification() local98 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification() local173 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry() local175 mAlertEntries.put(entry.getKey(), alertEntry); in addAlertEntry() local185 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()192 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry() local213 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()230 AlertEntry alertEntry = mAlertEntries.get(key); in canRemoveImmediately() local325 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
92 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()95 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()
186 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()199 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()467 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
450 final NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNullEntries() local467 final NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNonAlertEntries() local
361 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()