Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTaskController.java303 cleanUpPendingTask(); in onTaskAppeared()
551 cleanUpPendingTask(); in setTaskNotFound()
559 void cleanUpPendingTask() { in cleanUpPendingTask() method in TaskViewTaskController
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java570 verify(mTaskViewTaskController).cleanUpPendingTask(); in testOnTaskAppearedWithTaskNotFound()
579 verify(mTaskViewTaskController, never()).cleanUpPendingTask(); in testOnTaskAppeared_withoutTaskNotFound()