Home
last modified time | relevance | path

Searched refs:getListOfConstantNames (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()
66 List<String> vhalNames = getListOfConstantNames(VehicleProperty.class); in testMatchingVehiclePropertyNamesInVehicleHal()
97 List<String> carServiceNames = getListOfConstantNames(VehiclePropertyIds.class); in testMatchingVehiclePropertyValuesInVehicleHal()
98 List<String> vhalNames = getListOfConstantNames(VehicleProperty.class); in testMatchingVehiclePropertyValuesInVehicleHal()
342 private static List<String> getListOfConstantNames(Class clazz) { in getListOfConstantNames() method in VehiclePropertyIdsTest