Home
last modified time | relevance | path

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

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java114 String carServiceName = vhalName; in testMatchingVehiclePropertyValuesInVehicleHal() local
115 if (Objects.equals(carServiceName, "ANDROID_EPOCH_TIME")) { in testMatchingVehiclePropertyValuesInVehicleHal()
117 carServiceName = "EPOCH_TIME"; in testMatchingVehiclePropertyValuesInVehicleHal()
119 if (Objects.equals(carServiceName, in testMatchingVehiclePropertyValuesInVehicleHal()
122 carServiceName = "GENERAL_SAFETY_REGULATION_COMPLIANCE"; in testMatchingVehiclePropertyValuesInVehicleHal()
125 int carServicePropId = getValue(VehiclePropertyIds.class, carServiceName); in testMatchingVehiclePropertyValuesInVehicleHal()