Searched refs:CarFeatureController (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarFeatureControllerTest.java | 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()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarFeatureControllerUnitTest.java | 78 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/ |
D | CarExperimentalFeatureServiceController.java | 65 CarFeatureController featureController = CarLocalServices.getService( 66 CarFeatureController.class); 111 CarFeatureController featureController = CarLocalServices.getService( 112 CarFeatureController.class);
|
D | CarFeatureController.java | 64 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
|
D | ICarImpl.java | 130 private final CarFeatureController mFeatureController; 243 mFeatureController = constructWithTrace(t, CarFeatureController.class, in ICarImpl() 244 () -> new CarFeatureController( in ICarImpl()
|
D | CarShellCommand.java | 544 private final CarFeatureController mFeatureController; 562 CarShellCommand(Context context, VehicleHal hal, CarFeatureController featureController, in CarShellCommand()
|
/packages/services/Car/tools/scripts/ |
D | enable_experimental_car_user.sh | 81 …if adb shell dumpsys car_service --services CarFeatureController | grep mEnabledFeatures | grep ${…
|