Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/
DHostsideNetworkTestCase.java168 private static final Pattern UID_PATTERN = field in HostsideNetworkTestCase
173 final Matcher matcher = UID_PATTERN.matcher(output); in getUid()
178 throw new RuntimeException("Did not find regexp '" + UID_PATTERN + "' on adb output\n" in getUid()