Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java245 String rendererService = mContext.getString(R.string.instrumentClusterRendererService); in bindInstrumentClusterRendererService() local
246 if (TextUtils.isEmpty(rendererService)) { in bindInstrumentClusterRendererService()
251 Log.d(TAG, "bindInstrumentClusterRendererService, component: " + rendererService); in bindInstrumentClusterRendererService()
254 intent.setComponent(ComponentName.unflattenFromString(rendererService)); in bindInstrumentClusterRendererService()