Searched refs:mCarSystemUIProxy (Results 1 – 4 of 4) sorted by relevance
115 private ICarSystemUIProxy mCarSystemUIProxy; field in CarActivityService531 if (mCarSystemUIProxy != null) { in registerCarSystemUIProxy()536 mCarSystemUIProxy = carSystemUIProxy; in registerCarSystemUIProxy()538 mCarSystemUIProxy.asBinder().linkToDeath(new IBinder.DeathRecipient(){ in registerCarSystemUIProxy()543 mCarSystemUIProxy.toString()); in registerCarSystemUIProxy()544 mCarSystemUIProxy.asBinder().unlinkToDeath(this, /* flags= */ 0); in registerCarSystemUIProxy()545 mCarSystemUIProxy = null; in registerCarSystemUIProxy()550 mCarSystemUIProxy = null; in registerCarSystemUIProxy()567 mCarSystemUIProxy); in registerCarSystemUIProxy()579 return mCarSystemUIProxy != null; in isCarSystemUIProxyRegistered()[all …]
27 private final CarSystemUIProxy mCarSystemUIProxy; field in CarSystemUIProxyAidlWrapper30 mCarSystemUIProxy = carSystemUIProxy; in CarSystemUIProxyAidlWrapper()41 mCarSystemUIProxy.createCarTaskView(new CarTaskViewClient(client)); in createCarTaskView()
53 private final Lazy<CarSystemUIProxyImpl> mCarSystemUIProxy; field in RemoteCarTaskViewTransitions61 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewTransitions()86 for (int i = mCarSystemUIProxy.get().getAllTaskViews().size() - 1; i >= 0; i--) { in handleRequest()88 mCarSystemUIProxy.get().getAllTaskViews().valueAt(i).getTaskInfo(); in handleRequest()
59 private final CarSystemUIProxyImpl mCarSystemUIProxy; field in RemoteCarTaskViewServerImpl90 mCarSystemUIProxy.onCarTaskViewReleased(RemoteCarTaskViewServerImpl.this);161 if (mCarSystemUIProxy.isLaunchRootTaskPresent(displayId)) {292 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewServerImpl()