Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DIRecentTasksListener.aidl39 void onRunningTaskVanished(in RunningTaskInfo taskInfo); in onRunningTaskVanished() method
DRecentTasksController.java327 mListener.onRunningTaskVanished(taskInfo); in notifyRunningTaskVanished()
574 public void onRunningTaskVanished(ActivityManager.RunningTaskInfo taskInfo) {
575 mListener.call(l -> l.onRunningTaskVanished(taskInfo));
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
DRecentTasksControllerTest.java546 verify(mRecentTasksListener).onRunningTaskVanished(taskInfo); in onTaskRemoved_desktopModeRunningAppsEnabled_triggersOnRunningTaskVanished()
559 verify(mRecentTasksListener, never()).onRunningTaskVanished(any()); in onTaskRemoved_desktopModeRunningAppsDisabled_doesNotTriggerOnRunningTaskVanished()