Searched refs:mCarExperimentalFeatureServiceController (Results 1 – 1 of 1) sorted by relevance
135 private final CarExperimentalFeatureServiceController mCarExperimentalFeatureServiceController; field in ICarImpl324 mCarExperimentalFeatureServiceController = constructWithTrace( in ICarImpl()328 mCarExperimentalFeatureServiceController = null; in ICarImpl()405 addServiceIfNonNull(allServices, mCarExperimentalFeatureServiceController); in ICarImpl()527 if (mCarExperimentalFeatureServiceController == null) { in getCarManagerClassForFeature()530 return mCarExperimentalFeatureServiceController.getCarManagerClassForFeature(featureName); in getCarManagerClassForFeature()645 if (mCarExperimentalFeatureServiceController != null) { in getCarService()646 service = mCarExperimentalFeatureServiceController.getCarService(serviceName); in getCarService()