Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DConcurrentInterpreter.kt186 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() regex
187 fun MatchResult.intArg(index: Int) = strArg(index).toInt() regex
188 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) regex
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java117 private static class MatchResult { class in GattService
120 private MatchResult(boolean matches, MatchOrigin origin) { in MatchResult() method in GattService.MatchResult
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...