Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewControllerSupervisor.java182 private void onSystemUIProxyConnected(ICarSystemUIProxy systemUIProxy) { in onSystemUIProxyConnected() argument
183 mICarSystemUI = systemUIProxy; in onSystemUIProxyConnected()
185 systemUIProxy.asBinder().linkToDeath(mDeathRecipient, /* flags= */ 0); in onSystemUIProxyConnected()
192 activityHolder.onCarSystemUIConnected(systemUIProxy); in onSystemUIProxyConnected()
240 private void onCarSystemUIConnected(ICarSystemUIProxy systemUIProxy) { in onCarSystemUIConnected() argument
243 new CarTaskViewController(mContext, mActivity, systemUIProxy, in onCarSystemUIConnected()