Searched refs:mPathRegex (Results 1 – 1 of 1) sorted by relevance
429 private final Pattern mPathRegex = Pattern.compile( field in ExtractStringInputPage.OnConfigSelectorUpdated463 Matcher m = mPathRegex.matcher(currPath); in run()