Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java77 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification() local
97 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification() local
172 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry() local
174 mAlertEntries.put(entry.getKey(), alertEntry); in addAlertEntry() local
184 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()
191 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry() local
212 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()
229 AlertEntry alertEntry = mAlertEntries.get(key); in canRemoveImmediately() local
317 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DHeadsUpManagerTest.java134 NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNullEntries() local
146 NotificationEntry alertEntry = new NotificationEntryBuilder().setTag("alert").build(); in testCompareTo_withNonAlertEntries() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java92 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()
95 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java175 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()
186 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()
416 public int compareTo(@NonNull AlertEntry alertEntry) { in compareTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java358 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()