Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskChangeNotificationController.java111 private final TaskStackConsumer mNotifyTaskRemovalStarted = (l, m) -> { field in TaskChangeNotificationController
218 forAllRemoteListeners(mNotifyTaskRemovalStarted, msg); in handleMessage()
462 forAllLocalListeners(mNotifyTaskRemovalStarted, msg); in notifyTaskRemovalStarted()