Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarSensorManagerTest.java78 addProperty(VehicleProperty.IGNITION_STATE, in configureMockedHal()
79 VehiclePropValueBuilder.newBuilder(VehicleProperty.IGNITION_STATE) in configureMockedHal()
273 VehiclePropValueBuilder.newBuilder(VehicleProperty.IGNITION_STATE) in injectIgnitionStateAndAssert()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java90 private static final Set<Integer> IGNITION_STATE = field in PropertyHalServiceIds
476 mProps.put(VehicleProperty.IGNITION_STATE, new Pair<>( in PropertyHalServiceIds()
575 mPropToValidValue.put(VehicleProperty.IGNITION_STATE, IGNITION_STATE); in PropertyHalServiceIds()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java73 VehiclePropertyIds.IGNITION_STATE,
94 put(VehiclePropertyIds.IGNITION_STATE, R.string.sensor_ignition_status);
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java718 public static final int IGNITION_STATE = 289408009; field in VehiclePropertyIds
1927 case IGNITION_STATE: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java144 VehiclePropertyIds.IGNITION_STATE); in PropertyPermissionMapping()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java176 mProps.add(VehiclePropertyIds.IGNITION_STATE); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java162 VehiclePropertyIds.toString(VehiclePropertyIds.IGNITION_STATE)); in testToString()
/packages/services/Car/car-lib/api/
Dcurrent.txt293 …ssion(android.car.Car.PERMISSION_POWERTRAIN) public static final int IGNITION_STATE = 289408009; /…