Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java55 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()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java153 getClosingTasks(closingApps, mTmpTasks); in handleClosingApps()
306 void getClosingTasks(ArraySet<AppWindowToken> closingApps, ArraySet<Task> outClosingTasks) { in getClosingTasks() method in TaskSnapshotController