Home
last modified time | relevance | path

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

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java65 List<String> carServiceNames = getListOfConstantNames(VehiclePropertyIds.class); in testMatchingVehiclePropertyNamesInVehicleHal() local
68 carServiceNames.size() + MISSING_VEHICLE_PROPERTY_IDS.size()); in testMatchingVehiclePropertyNamesInVehicleHal()
88 List<String> filteredCarServiceNames = carServiceNames.stream().filter( in testMatchingVehiclePropertyNamesInVehicleHal()
97 List<String> carServiceNames = getListOfConstantNames(VehiclePropertyIds.class); in testMatchingVehiclePropertyValuesInVehicleHal() local
100 carServiceNames.size() + MISSING_VEHICLE_PROPERTY_IDS.size()); in testMatchingVehiclePropertyValuesInVehicleHal()