Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarFeatureControllerTest.java72 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()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarFeatureControllerUnitTest.java78 CarFeatureController service = in testIsFeatureEnabled_enabled()
79 new CarFeatureController(mContext, mTestDir.getDirectory(), mMockHal); in testIsFeatureEnabled_enabled()
94 CarFeatureController service = in testIsFeatureEnabled_disabled()
95 new CarFeatureController(mContext, mTestDir.getDirectory(), mMockHal); in testIsFeatureEnabled_disabled()
/packages/services/Car/service/src/com/android/car/
DCarExperimentalFeatureServiceController.java65 CarFeatureController featureController = CarLocalServices.getService(
66 CarFeatureController.class);
111 CarFeatureController featureController = CarLocalServices.getService(
112 CarFeatureController.class);
DCarFeatureController.java64 public final class CarFeatureController implements CarServiceBase { class
66 private static final String TAG = CarLog.tagFor(CarFeatureController.class);
198 public CarFeatureController(@NonNull Context context, @NonNull File dataDir, VehicleHal hal) { in CarFeatureController() method in CarFeatureController
DICarImpl.java130 private final CarFeatureController mFeatureController;
243 mFeatureController = constructWithTrace(t, CarFeatureController.class, in ICarImpl()
244 () -> new CarFeatureController( in ICarImpl()
DCarShellCommand.java544 private final CarFeatureController mFeatureController;
562 CarShellCommand(Context context, VehicleHal hal, CarFeatureController featureController, in CarShellCommand()
/packages/services/Car/tools/scripts/
Denable_experimental_car_user.sh81 …if adb shell dumpsys car_service --services CarFeatureController | grep mEnabledFeatures | grep ${…