Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 2 of 2) sorted by relevance

/cts/tools/host/src/com/android/cts/
DSignatureCheckPackage.java196 Matcher matcher = TestDevice.INSTRUMENT_RESULT_PATTERN.matcher(res); in processSignatureResult() local
DTestDevice.java375 Matcher matcher = INSTRUMENT_RESULT_PATTERN.matcher(line); in done() local