Home
last modified time | relevance | path

Searched refs:tempRawFormatMatcher (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DTemperatureThrottlingWaiter.java161 Matcher tempRawFormatMatcher = TEMPERATURE_RAW_FORMAT_REGEX.matcher(result); in parseResult() local
162 if (tempRawFormatMatcher.find()) { in parseResult()
163 return Integer.parseInt(tempRawFormatMatcher.group(1)); in parseResult()