Home
last modified time | relevance | path

Searched refs:AlertEntry (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java43 protected final ArrayMap<String, AlertEntry> mAlertEntries = new ArrayMap<>();
83 AlertEntry alertEntry = mAlertEntries.get(key); in removeNotification()
107 AlertEntry alertEntry = mAlertEntries.get(key); in updateNotification()
142 AlertEntry entry = mAlertEntries.get(key); in getEntry()
183 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry()
194 protected abstract void onAlertEntryAdded(@NonNull AlertEntry alertEntry); in onAlertEntryAdded()
201 AlertEntry alertEntry = mAlertEntries.get(key); in removeAlertEntry()
222 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved()
228 protected AlertEntry createAlertEntry() { in createAlertEntry()
229 return new AlertEntry(); in createAlertEntry()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java109 AlertEntry alertEntry = getHeadsUpEntry(key); in updateNotification()
147 protected void onAlertEntryAdded(AlertEntry alertEntry) { in onAlertEntryAdded()
157 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()
207 AlertEntry entry = getHeadsUpEntry(key); in snooze()
239 for (AlertEntry entry: mAlertEntries.values()) { in getTopHeadsUpEntry()
265 for (AlertEntry entry: mAlertEntries.values()) { in dumpInternal()
285 AlertEntry entry = getHeadsUpEntry(key); in hasPinnedNotificationInternal()
330 AlertEntry aEntry = getHeadsUpEntry(a.getKey()); in compare()
331 AlertEntry bEntry = getHeadsUpEntry(b.getKey()); in compare()
366 protected class HeadsUpEntry extends AlertEntry {
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java81 private AlertEntry mLastCreatedEntry;
90 protected void onAlertEntryAdded(AlertEntry alertEntry) {} in onAlertEntryAdded()
93 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved()
96 protected AlertEntry createAlertEntry() { in createAlertEntry()
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/notification/
DNotificationVisibilityLoggerTest.java35 import com.android.car.notification.AlertEntry;
76 private AlertEntry mMessageNotification;
85 mMessageNotification = new AlertEntry(new StatusBarNotification(PKG, OP_PKG, in setUp()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/notification/
DNotificationVisibilityLogger.java23 import com.android.car.notification.AlertEntry;
61 for (AlertEntry alertEntry : mNotificationDataManager.getVisibleNotifications()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java361 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved()
513 public int compareTo(AlertEntry alertEntry) { in compareTo()
573 for (AlertEntry entry : mAlertEntries.values()) {
589 for (AlertEntry entry : mAlertEntries.values()) {