Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarExperimentalFeatureServiceController.java47 public final class CarExperimentalFeatureServiceController implements CarServiceBase { class
49 private static final String TAG = CarLog.tagFor(CarExperimentalFeatureServiceController.class);
140 public CarExperimentalFeatureServiceController(Context context) { in CarExperimentalFeatureServiceController() method in CarExperimentalFeatureServiceController
DICarImpl.java169 private final CarExperimentalFeatureServiceController mCarExperimentalFeatureServiceController;
455 t, CarExperimentalFeatureServiceController.class, in ICarImpl()
456 () -> new CarExperimentalFeatureServiceController(mContext), in ICarImpl()