Searched refs:CarFeatureController (Results 1 – 5 of 5) sorted by relevance
72 CarFeatureController featureController = CarLocalServices.getService( in testParsingVhalEmptyList()73 CarFeatureController.class); in testParsingVhalEmptyList()85 CarFeatureController featureController = CarLocalServices.getService( in testParsingVhalMultipleEntries()86 CarFeatureController.class); in testParsingVhalMultipleEntries()100 CarFeatureController featureController = CarLocalServices.getService( in testUserNoticeDisabledFromVhal()101 CarFeatureController.class); in testUserNoticeDisabledFromVhal()
60 CarFeatureController featureController = CarLocalServices.getService(61 CarFeatureController.class);106 CarFeatureController featureController = CarLocalServices.getService(107 CarFeatureController.class);
55 public final class CarFeatureController implements CarServiceBase { class57 private static final String TAG = CarLog.tagFor(CarFeatureController.class);146 public CarFeatureController(@NonNull Context context, in CarFeatureController() method in CarFeatureController
103 private final CarFeatureController mFeatureController;209 mFeatureController = constructWithTrace(t, CarFeatureController.class, in ICarImpl()210 () -> new CarFeatureController(serviceContext, defaultEnabledFeatures, in ICarImpl()
378 private final CarFeatureController mFeatureController;396 CarFeatureController featureController, in CarShellCommand()