Searched refs:appIdMatcher (Results 1 – 1 of 1) sorted by relevance
38 Matcher appIdMatcher = Pattern.compile("^([0-9]+)$").matcher(runAsResult); in testRunAs() local40 appIdMatcher.matches()); in testRunAs()41 String appIdString = appIdMatcher.group(1); in testRunAs()