Home
last modified time | relevance | path

Searched refs:mCarSystemUIProxy (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DCarSystemUIProxyAidlWrapper.java27 private final CarSystemUIProxy mCarSystemUIProxy; field in CarSystemUIProxyAidlWrapper
30 mCarSystemUIProxy = carSystemUIProxy; in CarSystemUIProxyAidlWrapper()
41 mCarSystemUIProxy.createCarTaskView(new CarTaskViewClient(client)); in createCarTaskView()
/packages/services/Car/service/src/com/android/car/am/
DCarActivityService.java119 private ICarSystemUIProxy mCarSystemUIProxy; field in CarActivityService
595 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 …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewTransitions.java62 private final Lazy<CarSystemUIProxyImpl> mCarSystemUIProxy; field in RemoteCarTaskViewTransitions
74 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()
DRemoteCarTaskViewServerImpl.java62 private final CarSystemUIProxyImpl mCarSystemUIProxy; field in RemoteCarTaskViewServerImpl
94 mCarSystemUIProxy.onCarTaskViewReleased(RemoteCarTaskViewServerImpl.this);
175 if (mCarSystemUIProxy.isLaunchRootTaskPresent(displayId)) {
315 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewServerImpl()