Home
last modified time | relevance | path

Searched refs:mExtendedLifetimeAlertEntries (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java50 protected final ArraySet<NotificationEntry> mExtendedLifetimeAlertEntries = new ArraySet<>(); field in AlertingNotificationManager
210 if (mExtendedLifetimeAlertEntries.contains(entry)) { in removeAlertEntry()
214 mExtendedLifetimeAlertEntries.remove(entry); in removeAlertEntry()
260 mExtendedLifetimeAlertEntries.add(entry); in setShouldManageLifetime()
266 mExtendedLifetimeAlertEntries.remove(entry); in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java222 assertTrue(mAlertingNotificationManager.mExtendedLifetimeAlertEntries.contains(mEntry)); in testSetShouldManageLifetime_setShouldManage()
238 mAlertingNotificationManager.mExtendedLifetimeAlertEntries.add(mEntry); in testSetShouldManageLifetime_setShouldNotManage()
242 assertFalse(mAlertingNotificationManager.mExtendedLifetimeAlertEntries.contains(mEntry)); in testSetShouldManageLifetime_setShouldNotManage()