Searched refs:mCarSystemUIProxy (Results 1 – 4 of 4) sorted by relevance
27 private final CarSystemUIProxy mCarSystemUIProxy; field in CarSystemUIProxyAidlWrapper30 mCarSystemUIProxy = carSystemUIProxy; in CarSystemUIProxyAidlWrapper()41 mCarSystemUIProxy.createCarTaskView(new CarTaskViewClient(client)); in createCarTaskView()
119 private ICarSystemUIProxy mCarSystemUIProxy; field in CarActivityService595 if (mCarSystemUIProxy != null) { in registerCarSystemUIProxy()601 mCarSystemUIProxy = carSystemUIProxy; in registerCarSystemUIProxy()603 mCarSystemUIProxy.asBinder().linkToDeath(new IBinder.DeathRecipient(){ in registerCarSystemUIProxy()608 mCarSystemUIProxy.toString()); in registerCarSystemUIProxy()609 mCarSystemUIProxy.asBinder().unlinkToDeath(this, /* flags= */ 0); in registerCarSystemUIProxy()610 mCarSystemUIProxy = null; in registerCarSystemUIProxy()615 mCarSystemUIProxy = null; in registerCarSystemUIProxy()633 mCarSystemUIProxy); in registerCarSystemUIProxy()646 return mCarSystemUIProxy != null; in isCarSystemUIProxyRegistered()[all …]
62 private final Lazy<CarSystemUIProxyImpl> mCarSystemUIProxy; field in RemoteCarTaskViewTransitions74 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewTransitions()135 for (int i = mCarSystemUIProxy.get().getAllTaskViews().size() - 1; i >= 0; i--) { in reorderEmbeddedTasksToTop()138 mCarSystemUIProxy.get().getAllTaskViews().valueAt(i).getTaskInfo(); in reorderEmbeddedTasksToTop()
62 private final CarSystemUIProxyImpl mCarSystemUIProxy; field in RemoteCarTaskViewServerImpl94 mCarSystemUIProxy.onCarTaskViewReleased(RemoteCarTaskViewServerImpl.this);175 if (mCarSystemUIProxy.isLaunchRootTaskPresent(displayId)) {315 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewServerImpl()