Home
last modified time | relevance | path

Searched refs:INFO_VIN (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/
DCarPropertyHelperUnitTest.java48 expectThat(CarPropertyHelper.isSupported(VehiclePropertyIds.INFO_VIN)).isTrue(); in testIsSupported()
64 VehiclePropertyIds.INFO_VIN))) in testPropertyIdsToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParserUnitTest.java372 int access = mFakeVhalConfigParser.parseJsonConfig(tempFile).get(VehicleProperty.INFO_VIN) in testParseAccessFieldOverride()
377 .get(VehicleProperty.INFO_VIN)); in testParseAccessFieldOverride()
385 int access = mFakeVhalConfigParser.parseJsonConfig(tempFile).get(VehicleProperty.INFO_VIN) in testParseAccessFieldNotSpecifiedDefaultAccessValueExist()
388 assertThat(access).isEqualTo(AccessForVehicleProperty.values.get(VehicleProperty.INFO_VIN)); in testParseAccessFieldNotSpecifiedDefaultAccessValueExist()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java311 case VehiclePropertyIds.INFO_VIN: in testMixedPropertyConfigs()
516 String vinReadPermission = mManager.getReadPermission(VehiclePropertyIds.INFO_VIN); in testGetPermission()
518 String vinWritePermission = mManager.getWritePermission(VehiclePropertyIds.INFO_VIN); in testGetPermission()
1196 VehiclePropertyIds.INFO_VIN, /* areaId= */ 0); in testGetPropertiesAsync()
1492 vinValue.prop = VehicleProperty.INFO_VIN; in configureMockedHal()
1493 addAidlProperty(VehicleProperty.INFO_VIN, vinValue); in configureMockedHal()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java104 map(Car.PERMISSION_IDENTIFICATION, VehiclePropertyIds.INFO_VIN); in PropertyPermissionMapping()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java142 propsToString.put(VehiclePropertyIds.INFO_VIN, "INFO_VIN"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java100 public static final int INFO_VIN = 286261504; field in VehiclePropertyIds
/packages/services/Car/car-lib/api/
Dcurrent.txt407 …sion(android.car.Car.PERMISSION_IDENTIFICATION) public static final int INFO_VIN = 286261504; // 0…
Dlint-baseline.txt868 UnflaggedApi: android.car.VehiclePropertyIds#INFO_VIN:
869 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.INFO_VIN
/packages/services/Car/car-lib-module/api/
Dcurrent.txt407 …sion(android.car.Car.PERMISSION_IDENTIFICATION) public static final int INFO_VIN = 286261504; // 0…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2503 field TIRAMISU_0 int INFO_VIN = 286261504;