Searched refs:mExtendedLifetimeAlertEntries (Results 1 – 2 of 2) sorted by relevance
50 protected final ArraySet<NotificationEntry> mExtendedLifetimeAlertEntries = new ArraySet<>(); field in AlertingNotificationManager210 if (mExtendedLifetimeAlertEntries.contains(entry)) { in removeAlertEntry()214 mExtendedLifetimeAlertEntries.remove(entry); in removeAlertEntry()260 mExtendedLifetimeAlertEntries.add(entry); in setShouldManageLifetime()266 mExtendedLifetimeAlertEntries.remove(entry); in setShouldManageLifetime()
222 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()