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.java169 private final CarExperimentalFeatureServiceController mCarExperimentalFeatureServiceController; field in ICarImpl
454 mCarExperimentalFeatureServiceController = constructWithTrace( in ICarImpl()
459 mCarExperimentalFeatureServiceController = null; in ICarImpl()
591 if (mCarExperimentalFeatureServiceController == null) { in getCarManagerClassForFeature()
594 return mCarExperimentalFeatureServiceController.getCarManagerClassForFeature(featureName); in getCarManagerClassForFeature()
712 if (mCarExperimentalFeatureServiceController != null) { in getCarService()
713 service = mCarExperimentalFeatureServiceController.getCarService(serviceName); in getCarService()