Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/am/
DCarActivityService.java115 private ICarSystemUIProxy mCarSystemUIProxy; field in CarActivityService
531 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 …]
/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/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewTransitions.java53 private final Lazy<CarSystemUIProxyImpl> mCarSystemUIProxy; field in RemoteCarTaskViewTransitions
61 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()
DRemoteCarTaskViewServerImpl.java59 private final CarSystemUIProxyImpl mCarSystemUIProxy; field in RemoteCarTaskViewServerImpl
90 mCarSystemUIProxy.onCarTaskViewReleased(RemoteCarTaskViewServerImpl.this);
161 if (mCarSystemUIProxy.isLaunchRootTaskPresent(displayId)) {
292 mCarSystemUIProxy = carSystemUIProxy; in RemoteCarTaskViewServerImpl()