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.java327 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in setUpWithCallback()
335 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in setUpWithCallback()
527 mNotificationLifetimeFinishedCallback.onSafeToRemove(entry.getKey()); in onPanelCollapsed()
DAlertingNotificationManager.java212 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in removeAlertEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceLifetimeExtender.java100 mNotificationSafeToRemoveCallback.onSafeToRemove(entry.getKey()); in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java258 mNotificationLifetimeFinishedCallback.onSafeToRemove(key); in bindGuts()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java411 extender.getCallback().onSafeToRemove(mEntry.getKey()); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()