Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1583 public static final int FOG_LIGHTS_SWITCH = 289410578; field in VehiclePropertyIds
2101 case FOG_LIGHTS_SWITCH: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java161 VehiclePropertyIds.FOG_LIGHTS_SWITCH, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt28 MissingPermission: android.car.VehiclePropertyIds#FOG_LIGHTS_SWITCH:
29 …ISSION_CONTROL_EXTERIOR_LIGHTS required by field VehiclePropertyIds.FOG_LIGHTS_SWITCH is hidden or…
Dtest-baseline.txt28 MissingPermission: android.car.VehiclePropertyIds#FOG_LIGHTS_SWITCH:
29 …ISSION_CONTROL_EXTERIOR_LIGHTS required by field VehiclePropertyIds.FOG_LIGHTS_SWITCH is hidden or…
Dcurrent.txt258 …ar.permission.CONTROL_CAR_EXTERIOR_LIGHTS") public static final int FOG_LIGHTS_SWITCH = 289410578;…
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java506 mProps.put(VehicleProperty.FOG_LIGHTS_SWITCH, new Pair<>( in PropertyHalServiceIds()
590 mPropToValidValue.put(VehicleProperty.FOG_LIGHTS_SWITCH, VEHICLE_LIGHT_SWITCH); in PropertyHalServiceIds()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java186 mProps.add(VehiclePropertyIds.FOG_LIGHTS_SWITCH); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java322 VehiclePropertyIds.toString(VehiclePropertyIds.FOG_LIGHTS_SWITCH)); in testToString()