Searched refs:mRedactionRegexes (Results 1 – 2 of 2) sorted by relevance
42 protected List<String> mRedactionRegexes = new ArrayList<>(); field in BusinessLogicExecutor111 for (String regex : mRedactionRegexes) { in formatArg()
122 bl.mRedactionRegexes = parseRedactionRegexes(root.getJSONArray(REDACTION_REGEXES)); in createBL()