Searched refs:createRootTask (Results 1 – 10 of 10) sorted by relevance
48 public void createRootTask(int displayId) { in createRootTask() method in CarTaskViewHostAidlToImplAdapter49 mCarTaskViewHost.createRootTask(displayId); in createRootTask()
231 void createRootTask(int displayId) { in createRootTask() method in RemoteCarTaskView233 mICarTaskViewHost.createRootTask(displayId); in createRootTask()
34 void createRootTask(int displayId); in createRootTask() method
59 void createRootTask(int displayId); in createRootTask() method
172 createRootTask(mDisplayId); in onInitialized()
330 verify(mOrganizer).createRootTask(eq(DEFAULT_DISPLAY), in testCreateLaunchRootTaskView()346 }).when(mOrganizer).createRootTask(eq(DEFAULT_DISPLAY), in testCreateLaunchRootTaskView_callsOnReadyWhenVisible()445 verify(mOrganizer).createRootTask(eq(DEFAULT_DISPLAY), in testCreateSemiControlledTaskView()647 }).when(mOrganizer).createRootTask(eq(DEFAULT_DISPLAY), in setUpLaunchRootTaskView()675 }).when(mOrganizer).createRootTask(eq(DEFAULT_DISPLAY), in setUpSemiControlledTaskView()
205 mShellTaskOrganizer.createRootTask(DEFAULT_DISPLAY, in onCarTaskViewInitialized()
178 mShellTaskOrganizer.createRootTask(DEFAULT_DISPLAY, in onCarTaskViewInitialized()
79 mShellTaskOrganizer.createRootTask(displayId, in RootTaskMediator()
133 public void createRootTask(int displayId) {