Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DOptionHelper.java134 Matcher tokenMatcher = tokenPattern.matcher(optionInput); in getValidCliArgs() local
135 while (tokenMatcher.find()) { in getValidCliArgs()
136 String token = tokenMatcher.group().replaceAll("\"", ""); in getValidCliArgs()