Home
last modified time | relevance | path

Searched refs:ICarSystemUIProxy (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DICarSystemUIProxyCallback.aidl19 import android.car.app.ICarSystemUIProxy;
26 void onConnected(ICarSystemUIProxy carSystemUIProxy); in onConnected()
DCarTaskViewControllerSupervisor.java55 @Nullable private ICarSystemUIProxy mICarSystemUI = null;
164 public void onConnected(ICarSystemUIProxy carSystemUIProxy) { in createCarTaskViewController()
182 private void onSystemUIProxyConnected(ICarSystemUIProxy systemUIProxy) { in onSystemUIProxyConnected()
240 private void onCarSystemUIConnected(ICarSystemUIProxy systemUIProxy) { in onCarSystemUIConnected()
DICarActivityService.aidl20 import android.car.app.ICarSystemUIProxy;
82 void registerCarSystemUIProxy(in ICarSystemUIProxy carSystemUIProxy) = 12;
DCarTaskViewController.java52 private final ICarSystemUIProxy mService;
68 @NonNull ICarSystemUIProxy service, in CarTaskViewController()
DICarSystemUIProxy.aidl30 interface ICarSystemUIProxy { interface
DCarSystemUIProxyAidlWrapper.java26 final class CarSystemUIProxyAidlWrapper extends ICarSystemUIProxy.Stub {
/packages/services/Car/service/src/com/android/car/am/
DCarActivityService.java35 import android.car.app.ICarSystemUIProxy;
115 private ICarSystemUIProxy mCarSystemUIProxy;
525 public void registerCarSystemUIProxy(ICarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy()