Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLifetimeExtender.java63 void onSafeToRemove(String key); in onSafeToRemove() method
H A DNotificationRemoteInputManager.java859 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in onRemoteInputSent()
867 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in onRemoteInputSent()
881 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in onPanelCollapsed()
899 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in releaseNotificationIfKeptForRemoteInputHistory()
H A DAlertingNotificationManager.java219 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in removeAlertEntry()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java284 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in bindGuts()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java462 extender.getCallback().onSafeToRemove(mEntry.getKey()); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()