Searched defs:getAllRootTaskInfosOnDisplay (Results 1 – 4 of 4) sorted by relevance
141 open suspend fun getAllRootTaskInfosOnDisplay(displayId: Int): List<RootTaskInfo> = in <lambda>() method
127 override suspend fun getAllRootTaskInfosOnDisplay(displayId: Int) = tasks in fakeTasksPolicyImpl() method
211 List<ActivityTaskManager.RootTaskInfo> getAllRootTaskInfosOnDisplay(int displayId); in getAllRootTaskInfosOnDisplay() method
2543 public List<RootTaskInfo> getAllRootTaskInfosOnDisplay(int displayId) { in getAllRootTaskInfosOnDisplay() method in ActivityTaskManagerService