Searched refs:mCarExperimentalFeatureServiceController (Results 1 – 1 of 1) sorted by relevance
119 private final CarExperimentalFeatureServiceController mCarExperimentalFeatureServiceController; field in ICarImpl249 mCarExperimentalFeatureServiceController = new CarExperimentalFeatureServiceController( in ICarImpl()252 mCarExperimentalFeatureServiceController = null; in ICarImpl()307 addServiceIfNonNull(allServices, mCarExperimentalFeatureServiceController); in ICarImpl()428 if (mCarExperimentalFeatureServiceController == null) { in getCarManagerClassForFeature()431 return mCarExperimentalFeatureServiceController.getCarManagerClassForFeature(featureName); in getCarManagerClassForFeature()536 if (mCarExperimentalFeatureServiceController != null) { in getCarService()537 service = mCarExperimentalFeatureServiceController.getCarService(serviceName); in getCarService()