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