Searched refs:getClosingTasks (Results 1 – 2 of 2) sorted by relevance
55 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks); in testGetClosingApps_closing()73 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks); in testGetClosingApps_notClosing()88 sWm.mTaskSnapshotController.getClosingTasks(closingApps, closingTasks); in testGetClosingApps_skipClosingAppsSnapshotTasks()
153 getClosingTasks(closingApps, mTmpTasks); in handleClosingApps()306 void getClosingTasks(ArraySet<AppWindowToken> closingApps, ArraySet<Task> outClosingTasks) { in getClosingTasks() method in TaskSnapshotController