Searched refs:carSystemUIProxy (Results 1 – 8 of 8) sorted by relevance
29 CarSystemUIProxyAidlWrapper(CarSystemUIProxy carSystemUIProxy) { in CarSystemUIProxyAidlWrapper() argument30 mCarSystemUIProxy = carSystemUIProxy; in CarSystemUIProxyAidlWrapper()
26 void onConnected(ICarSystemUIProxy carSystemUIProxy); in onConnected() argument
164 public void onConnected(ICarSystemUIProxy carSystemUIProxy) { in createCarTaskViewController()167 mMainExecutor.execute(() -> onSystemUIProxyConnected(carSystemUIProxy)); in createCarTaskViewController()
82 void registerCarSystemUIProxy(in ICarSystemUIProxy carSystemUIProxy) = 12; field
401 public void registerCarSystemUIProxy(@NonNull CarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy() argument403 mService.registerCarSystemUIProxy(new CarSystemUIProxyAidlWrapper(carSystemUIProxy)); in registerCarSystemUIProxy()
57 Lazy<CarSystemUIProxyImpl> carSystemUIProxy, in RemoteCarTaskViewTransitions() argument61 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewTransitions()
287 CarSystemUIProxyImpl carSystemUIProxy, in RemoteCarTaskViewServerImpl() argument292 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewServerImpl()
525 public void registerCarSystemUIProxy(ICarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy() argument527 Slogf.d(TAG, "registerCarSystemUIProxy %s", carSystemUIProxy.toString()); in registerCarSystemUIProxy()536 mCarSystemUIProxy = carSystemUIProxy; in registerCarSystemUIProxy()