Searched refs:systemUIProxy (Results 1 – 1 of 1) sorted by relevance
182 private void onSystemUIProxyConnected(ICarSystemUIProxy systemUIProxy) { in onSystemUIProxyConnected() argument183 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() argument243 new CarTaskViewController(mContext, mActivity, systemUIProxy, in onCarSystemUIConnected()