Home
last modified time | relevance | path

Searched defs:createControlledCarTaskView (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DCarSystemUIProxy.java40 CarTaskViewHost createControlledCarTaskView(@NonNull CarTaskViewClient carTaskViewClient); in createControlledCarTaskView() method
DICarSystemUIProxy.aidl34 ICarTaskViewHost createControlledCarTaskView(in ICarTaskViewClient client); in createControlledCarTaskView() method
DCarSystemUIProxyAidlWrapper.java34 public ICarTaskViewHost createControlledCarTaskView(ICarTaskViewClient client) { in createControlledCarTaskView() method in CarSystemUIProxyAidlWrapper
/packages/apps/Car/SystemUI/src/com/android/systemui/car/taskview/
DCarSystemUIProxyImpl.java124 public CarTaskViewHost createControlledCarTaskView(CarTaskViewClient carTaskViewClient) { in createControlledCarTaskView() method in CarSystemUIProxyImpl
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DTaskViewInputInterceptorTest.java422 private ControlledCarTaskView createControlledCarTaskView( in createControlledCarTaskView() method in TaskViewInputInterceptorTest
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DTaskViewManager.java315 public void createControlledCarTaskView( in createControlledCarTaskView() method in TaskViewManager