Searched defs:alertEntry (Results 1 – 4 of 4) sorted by relevance
83 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification() local107 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification() local183 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry() local185 mAlertEntries.put(entry.getKey(), alertEntry); in addAlertEntry() local195 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()202 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry() local229 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()246 AlertEntry alertEntry = mAlertEntries.get(key); in canRemoveImmediately() local270 AlertEntry alertEntry = mAlertEntries.get(entry.getKey()); in setShouldManageLifetime() local339 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
90 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()93 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()
176 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()187 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()421 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
375 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()527 public int compareTo(AlertEntry alertEntry) { in compareTo()