Searched defs:alertEntry (Results 1 – 5 of 5) 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() local194 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()201 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry() local222 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()239 AlertEntry alertEntry = mAlertEntries.get(key); in canRemoveImmediately() local263 AlertEntry alertEntry = mAlertEntries.get(entry.getKey()); in setShouldManageLifetime() local332 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
109 AlertEntry alertEntry = getHeadsUpEntry(key); in updateNotification() local147 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()157 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()377 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
90 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()93 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()
361 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()513 public int compareTo(AlertEntry alertEntry) { in compareTo()
223 mNotificationClickHandlerFactory.registerClickListener((launchResult, alertEntry) -> { in onNotificationViewInflated() argument