Home
last modified time | relevance | path

Searched refs:createRootTask (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewHostAidlToImplAdapter.java48 public void createRootTask(int displayId) { in createRootTask() method in CarTaskViewHostAidlToImplAdapter
49 mCarTaskViewHost.createRootTask(displayId); in createRootTask()
DRemoteCarTaskView.java231 void createRootTask(int displayId) { in createRootTask() method in RemoteCarTaskView
233 mICarTaskViewHost.createRootTask(displayId); in createRootTask()
DICarTaskViewHost.aidl34 void createRootTask(int displayId); in createRootTask() method
DCarTaskViewHost.java59 void createRootTask(int displayId); in createRootTask() method
DRemoteCarRootTaskView.java172 createRootTask(mDisplayId); in onInitialized()
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DTaskViewManagerTest.java330 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()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DLaunchRootCarTaskView.java205 mShellTaskOrganizer.createRootTask(DEFAULT_DISPLAY, in onCarTaskViewInitialized()
DSemiControlledCarTaskView.java178 mShellTaskOrganizer.createRootTask(DEFAULT_DISPLAY, in onCarTaskViewInitialized()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/taskview/
DRootTaskMediator.java79 mShellTaskOrganizer.createRootTask(displayId, in RootTaskMediator()
DRemoteCarTaskViewServerImpl.java133 public void createRootTask(int displayId) {