Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1590 public static final int HAZARD_LIGHTS_SWITCH = 289410579; field in VehiclePropertyIds
2103 case HAZARD_LIGHTS_SWITCH: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java162 VehiclePropertyIds.HAZARD_LIGHTS_SWITCH); in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt32 MissingPermission: android.car.VehiclePropertyIds#HAZARD_LIGHTS_SWITCH:
33 …SION_CONTROL_EXTERIOR_LIGHTS required by field VehiclePropertyIds.HAZARD_LIGHTS_SWITCH is hidden o…
Dtest-baseline.txt32 MissingPermission: android.car.VehiclePropertyIds#HAZARD_LIGHTS_SWITCH:
33 …SION_CONTROL_EXTERIOR_LIGHTS required by field VehiclePropertyIds.HAZARD_LIGHTS_SWITCH is hidden o…
Dcurrent.txt266 ….permission.CONTROL_CAR_EXTERIOR_LIGHTS") public static final int HAZARD_LIGHTS_SWITCH = 289410579…
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java509 mProps.put(VehicleProperty.HAZARD_LIGHTS_SWITCH, new Pair<>( in PropertyHalServiceIds()
591 mPropToValidValue.put(VehicleProperty.HAZARD_LIGHTS_SWITCH, VEHICLE_LIGHT_SWITCH); in PropertyHalServiceIds()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java187 mProps.add(VehiclePropertyIds.HAZARD_LIGHTS_SWITCH); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java324 VehiclePropertyIds.toString(VehiclePropertyIds.HAZARD_LIGHTS_SWITCH)); in testToString()