Searched refs:alertEntry (Results 1 – 6 of 6) sorted by relevance
83 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification() local84 if (alertEntry == null) { in removeNotification()90 alertEntry.removeAsSoonAsPossible(); in removeNotification()107 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification() local108 if (alertEntry == null) { in updateNotification()114 alertEntry.mEntry.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED); in updateNotification()116 alertEntry.updateEntry(true /* updatePostTime */); in updateNotification()183 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry() local184 alertEntry.setEntry(entry); in addAlertEntry()185 mAlertEntries.put(entry.getKey(), alertEntry); in addAlertEntry() local[all …]
109 AlertEntry alertEntry = getHeadsUpEntry(key); in updateNotification() local110 if (alert && alertEntry != null) { in updateNotification()111 setEntryPinned((HeadsUpEntry) alertEntry, shouldHeadsUpBecomePinned(alertEntry.mEntry)); in updateNotification()147 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded() argument148 NotificationEntry entry = alertEntry.mEntry; in onAlertEntryAdded()150 setEntryPinned((HeadsUpEntry) alertEntry, shouldHeadsUpBecomePinned(entry)); in onAlertEntryAdded()157 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved() argument158 NotificationEntry entry = alertEntry.mEntry; in onAlertEntryRemoved()160 setEntryPinned((HeadsUpEntry) alertEntry, false /* isPinned */); in onAlertEntryRemoved()377 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo() argument[all …]
361 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved() argument362 mKeysToRemoveWhenLeavingKeyguard.remove(alertEntry.mEntry.getKey()); in onAlertEntryRemoved()363 super.onAlertEntryRemoved(alertEntry); in onAlertEntryRemoved()364 mEntryPool.release((HeadsUpEntryPhone) alertEntry); in onAlertEntryRemoved()513 public int compareTo(AlertEntry alertEntry) { in compareTo() argument514 HeadsUpEntryPhone headsUpEntry = (HeadsUpEntryPhone) alertEntry; in compareTo()522 return super.compareTo(alertEntry); in compareTo()
61 for (AlertEntry alertEntry : mNotificationDataManager.getVisibleNotifications()) {63 alertEntry.getKey(),
223 mNotificationClickHandlerFactory.registerClickListener((launchResult, alertEntry) -> { in onNotificationViewInflated() argument
90 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded() argument93 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved() argument