Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java119 private final CarExperimentalFeatureServiceController mCarExperimentalFeatureServiceController; field in ICarImpl
249 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()