Home
last modified time | relevance | path

Searched refs:carSystemUIProxy (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DCarSystemUIProxyAidlWrapper.java29 CarSystemUIProxyAidlWrapper(CarSystemUIProxy carSystemUIProxy) { in CarSystemUIProxyAidlWrapper() argument
30 mCarSystemUIProxy = carSystemUIProxy; in CarSystemUIProxyAidlWrapper()
DICarSystemUIProxyCallback.aidl26 void onConnected(ICarSystemUIProxy carSystemUIProxy); in onConnected() argument
DCarTaskViewControllerSupervisor.java164 public void onConnected(ICarSystemUIProxy carSystemUIProxy) { in createCarTaskViewController()
167 mMainExecutor.execute(() -> onSystemUIProxyConnected(carSystemUIProxy)); in createCarTaskViewController()
DICarActivityService.aidl82 void registerCarSystemUIProxy(in ICarSystemUIProxy carSystemUIProxy) = 12; field
DCarActivityManager.java401 public void registerCarSystemUIProxy(@NonNull CarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy() argument
403 mService.registerCarSystemUIProxy(new CarSystemUIProxyAidlWrapper(carSystemUIProxy)); in registerCarSystemUIProxy()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewTransitions.java57 Lazy<CarSystemUIProxyImpl> carSystemUIProxy, in RemoteCarTaskViewTransitions() argument
61 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewTransitions()
DRemoteCarTaskViewServerImpl.java287 CarSystemUIProxyImpl carSystemUIProxy, in RemoteCarTaskViewServerImpl() argument
292 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewServerImpl()
/packages/services/Car/service/src/com/android/car/am/
DCarActivityService.java525 public void registerCarSystemUIProxy(ICarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy() argument
527 Slogf.d(TAG, "registerCarSystemUIProxy %s", carSystemUIProxy.toString()); in registerCarSystemUIProxy()
536 mCarSystemUIProxy = carSystemUIProxy; in registerCarSystemUIProxy()