Home
last modified time | relevance | path

Searched refs:onSafeToRemove (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLifetimeExtender.java63 void onSafeToRemove(String key); in onSafeToRemove() method
DNotificationRemoteInputManager.java338 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in setUpWithCallback()
346 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in setUpWithCallback()
585 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in onPanelCollapsed()
617 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in releaseNotificationIfKeptForRemoteInputHistory()
DAlertingNotificationManager.java219 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in removeAlertEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java275 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in bindGuts()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java445 extender.getCallback().onSafeToRemove(mEntry.getKey()); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()