Searched refs:protectionLevelString (Results 1 – 1 of 1) sorted by relevance
155 private static int parseProtectionLevel(String protectionLevelString) { in parseProtectionLevel() argument157 String[] fragments = protectionLevelString.split("\\|"); in parseProtectionLevel()