D | WindowTestUtils.java | 158 public static class TestTask extends Task { class in WindowTestUtils 164 TestTask(int taskId, TaskStack stack, int userId, WindowManagerService service, Rect bounds, in TestTask() method in WindowTestUtils.TestTask 226 TestTask createTask(int taskId, TaskStack stack, int userId, Rect bounds, in createTask() 229 return new TestTask(taskId, stack, userId, mService, bounds, overrideConfig, resizeMode, in createTask()
|