Searched refs:fromTasks (Results 1 – 2 of 2) sorted by relevance
308 return StateDump.fromTasks(endStateTasks, mBaseTasks); in waitDumpAndTrim()325 am -> StateDump.fromTasks(am.getRootTasks(), mBaseTasks).equals(expected), in waitDumpAndTrimForVerification()336 return StateDump.fromTasks(endStateTasks, mBaseTasks); in waitDumpAndTrimForVerification()
456 public static StateDump fromTasks(List<WindowManagerState.Task> activityTasks, in fromTasks() method in Persistence.StateDump