Searched defs:MatchResult (Results 1 – 2 of 2) sorted by relevance
36 struct MatchResult { struct44 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, argument
238 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() method239 fun MatchResult.intArg(index: Int) = strArg(index).toInt() method240 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) method