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