Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/lib/src/com/android/testutils/
DConcurrentIntepreter.kt186 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() method
187 fun MatchResult.intArg(index: Int) = strArg(index).toInt() method
188 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) method