Searched refs:subminor_string (Results 1 – 1 of 1) sorted by relevance
560 String subminor_string = matcher.group(OS_SUBMINOR_VERSION_MATCH_GROUP_NAME); in parseSystemOsVersion() local567 if (subminor_string != null) { in parseSystemOsVersion()568 version += Integer.parseInt(subminor_string); in parseSystemOsVersion()