Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLifetimeExtender.java63 void onSafeToRemove(String key); in onSafeToRemove() method
DNotificationRemoteInputManager.java307 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.key); in setUpWithCallback()
315 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.key); in setUpWithCallback()
474 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.key); in onPanelCollapsed()
DAlertingNotificationManager.java212 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in removeAlertEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceLifetimeExtender.java82 mNotificationSafeToRemoveCallback.onSafeToRemove(entry.key); in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java209 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in bindGuts()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java485 extender.getCallback().onSafeToRemove(mEntry.key); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()