Searched refs:tempRawFormatMatcher (Results 1 – 1 of 1) sorted by relevance
161 Matcher tempRawFormatMatcher = TEMPERATURE_RAW_FORMAT_REGEX.matcher(result); in parseResult() local162 if (tempRawFormatMatcher.find()) { in parseResult()163 return Integer.parseInt(tempRawFormatMatcher.group(1)); in parseResult()