Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java90 alertEntry.removeAsSoonAsPossible(); in removeNotification()
264 alertEntry.removeAsSoonAsPossible(); in setShouldManageLifetime()
356 public void removeAsSoonAsPossible() { in removeAsSoonAsPossible() method in AlertingNotificationManager.AlertEntry
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java225 verify(testableManager.mLastCreatedEntry).removeAsSoonAsPossible(); in testSetShouldManageLifetime_setShouldManageCallsRemoval()