Home
last modified time | relevance | path

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

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