Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/app/
DICarSystemUIProxy.aidl34 ICarTaskViewHost createControlledCarTaskView(in ICarTaskViewClient client); in createControlledCarTaskView() method
DCarSystemUIProxy.java37 CarTaskViewHost createControlledCarTaskView(@NonNull CarTaskViewClient carTaskViewClient); in createControlledCarTaskView() method
DCarSystemUIProxyAidlWrapper.java34 public ICarTaskViewHost createControlledCarTaskView(ICarTaskViewClient client) { in createControlledCarTaskView() method in CarSystemUIProxyAidlWrapper
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/
DCarSystemUIProxyImpl.java132 public CarTaskViewHost createControlledCarTaskView(CarTaskViewClient carTaskViewClient) { in createControlledCarTaskView() method in CarSystemUIProxyImpl