Searched refs:createCarTaskView (Results 1 – 6 of 6) sorted by relevance
35 return createCarTaskView(client); in createControlledCarTaskView()39 public ICarTaskViewHost createCarTaskView(ICarTaskViewClient client) { in createCarTaskView() method in CarSystemUIProxyAidlWrapper41 mCarSystemUIProxy.createCarTaskView(new CarTaskViewClient(client)); in createCarTaskView()
151 ICarTaskViewHost host = mService.createCarTaskView(taskViewClient.mICarTaskViewClient); in createRemoteCarRootTaskView()187 ICarTaskViewHost host = mService.createCarTaskView( in createRemoteCarDefaultRootTaskView()
47 CarTaskViewHost createCarTaskView(@NonNull CarTaskViewClient carTaskViewClient); in createCarTaskView() method
42 ICarTaskViewHost createCarTaskView(in ICarTaskViewClient client); in createCarTaskView() method
138 return createCarTaskView(carTaskViewClient); in createControlledCarTaskView()142 public CarTaskViewHost createCarTaskView(CarTaskViewClient carTaskViewClient) { in createCarTaskView() method in CarSystemUIProxyImpl
176 android.car.app CarSystemUIProxy CarTaskViewHost createCarTaskView(CarTaskViewClient carTaskViewCli…