Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1400 public static final int SEAT_LUMBAR_FORE_AFT_POS = 356518801; field in VehiclePropertyIds
2051 case SEAT_LUMBAR_FORE_AFT_POS: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java66 VehiclePropertyIds.SEAT_LUMBAR_FORE_AFT_POS, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt144 MissingPermission: android.car.VehiclePropertyIds#SEAT_LUMBAR_FORE_AFT_POS:
145 …RMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_LUMBAR_FORE_AFT_POS is hidden…
Dtest-baseline.txt144 MissingPermission: android.car.VehiclePropertyIds#SEAT_LUMBAR_FORE_AFT_POS:
145 …RMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_LUMBAR_FORE_AFT_POS is hidden…
Dcurrent.txt349 …roid.car.permission.CONTROL_CAR_SEATS") public static final int SEAT_LUMBAR_FORE_AFT_POS = 3565188…
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java97 mProps.add(VehiclePropertyIds.SEAT_LUMBAR_FORE_AFT_POS); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java275 VehiclePropertyIds.toString(VehiclePropertyIds.SEAT_LUMBAR_FORE_AFT_POS)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java245 mProps.put(VehicleProperty.SEAT_LUMBAR_FORE_AFT_POS, new Pair<>( in PropertyHalServiceIds()