Searched refs:ICarSystemUIProxy (Results 1 – 7 of 7) sorted by relevance
19 import android.car.app.ICarSystemUIProxy;26 void onConnected(ICarSystemUIProxy carSystemUIProxy); in onConnected()
55 @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()
20 import android.car.app.ICarSystemUIProxy;82 void registerCarSystemUIProxy(in ICarSystemUIProxy carSystemUIProxy) = 12;
52 private final ICarSystemUIProxy mService;68 @NonNull ICarSystemUIProxy service, in CarTaskViewController()
30 interface ICarSystemUIProxy { interface
26 final class CarSystemUIProxyAidlWrapper extends ICarSystemUIProxy.Stub {
35 import android.car.app.ICarSystemUIProxy;115 private ICarSystemUIProxy mCarSystemUIProxy;525 public void registerCarSystemUIProxy(ICarSystemUIProxy carSystemUIProxy) { in registerCarSystemUIProxy()