Searched refs:ICarTaskViewHost (Results 1 – 6 of 6) sorted by relevance
23 import android.car.app.ICarTaskViewHost;34 ICarTaskViewHost createControlledCarTaskView(in ICarTaskViewClient client); in createControlledCarTaskView()42 ICarTaskViewHost createCarTaskView(in ICarTaskViewClient client); in createCarTaskView()
34 public ICarTaskViewHost createControlledCarTaskView(ICarTaskViewClient client) { in createControlledCarTaskView()39 public ICarTaskViewHost createCarTaskView(ICarTaskViewClient client) { in createCarTaskView()
106 ICarTaskViewHost host = mService.createControlledCarTaskView( in createControlledRemoteCarTaskView()151 ICarTaskViewHost host = mService.createCarTaskView(taskViewClient.mICarTaskViewClient); in createRemoteCarRootTaskView()187 ICarTaskViewHost host = mService.createCarTaskView( in createRemoteCarDefaultRootTaskView()
61 private ICarTaskViewHost mICarTaskViewHost;232 void setRemoteHost(@NonNull ICarTaskViewHost carTaskViewHost) { in setRemoteHost()
32 oneway interface ICarTaskViewHost { interface
29 final class CarTaskViewHostAidlToImplAdapter extends ICarTaskViewHost.Stub {