Searched refs:CONSTANTS_BY_NAME (Results 1 – 1 of 1) sorted by relevance
136 private static final Map<String, Integer> CONSTANTS_BY_NAME = Map.ofEntries( field in FakeVhalConfigParser708 if (CONSTANTS_BY_NAME.containsKey(constantName)) { in parseConstantValue()709 return CONSTANTS_BY_NAME.get(constantName); in parseConstantValue()