Home
last modified time | relevance | path

Searched defs:carSystemUIProxy (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DICarSystemUIProxyCallback.aidl26 void onConnected(ICarSystemUIProxy carSystemUIProxy); in onConnected()
DCarSystemUIProxyAidlWrapper.java29 CarSystemUIProxyAidlWrapper(CarSystemUIProxy carSystemUIProxy) { in CarSystemUIProxyAidlWrapper()
DICarActivityService.aidl82 void registerCarSystemUIProxy(in ICarSystemUIProxy carSystemUIProxy) = 12; field
DCarActivityManager.java401 public void registerCarSystemUIProxy(@NonNull CarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewTransitions.java57 Lazy<CarSystemUIProxyImpl> carSystemUIProxy, in RemoteCarTaskViewTransitions()
DRemoteCarTaskViewServerImpl.java287 CarSystemUIProxyImpl carSystemUIProxy, in RemoteCarTaskViewServerImpl()
/packages/services/Car/service/src/com/android/car/am/
DCarActivityService.java525 public void registerCarSystemUIProxy(ICarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy()