Searched refs:enumClazz (Results 1 – 2 of 2) sorted by relevance
42 Class<?> enumClazz = EnumForVehicleProperty.values.get(propertyId).get(i); in toDebugString() local43 String valueName = ConstantDebugUtils.toName(enumClazz, in toDebugString()
269 Class<?> enumClazz = EnumForVehicleProperty.values.get(propertyId).get(i); in getIntValueName() local270 String valueName = ConstantDebugUtils.toName(enumClazz, value); in getIntValueName()