Searched refs:getListOfConstantNames (Results 1 – 1 of 1) sorted by relevance
65 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