Searched refs:childTasks (Results 1 – 1 of 1) sorted by relevance
109 val childTasks = childTaskListBuilder(this) in newRootTaskInfo() constant110 this.numActivities = numActivities ?: childTasks.size in newRootTaskInfo()112 childTaskNames = childTasks.map { it.name }.toTypedArray() in newRootTaskInfo()113 childTaskIds = childTasks.map { it.id }.toIntArray() in newRootTaskInfo()114 childTaskBounds = childTasks.map { it.bounds }.toTypedArray() in newRootTaskInfo()115 childTaskUserIds = childTasks.map { it.userId }.toIntArray() in newRootTaskInfo()