Home
last modified time | relevance | path

Searched defs:alertEntry (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java78 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification() local
98 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification() local
173 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry() local
175 mAlertEntries.put(entry.getKey(), alertEntry); in addAlertEntry() local
185 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()
192 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry() local
213 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()
230 AlertEntry alertEntry = mAlertEntries.get(key); in canRemoveImmediately() local
325 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DAlertingNotificationManagerTest.java92 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()
95 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java186 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()
199 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()
467 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java450 final NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNullEntries() local
467 final NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNonAlertEntries() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java361 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()