Searched refs:mRedactionRegexes (Results 1 – 3 of 3) sorted by relevance
44 protected List<String> mRedactionRegexes = new ArrayList<>(); field in BusinessLogicExecutor113 for (String regex : mRedactionRegexes) { in formatArg()
50 protected List<String> mRedactionRegexes = new ArrayList<>(); field in BusinessLogic186 return new ArrayList<String>(mRedactionRegexes); in getRedactionRegexes()
122 bl.mRedactionRegexes = parseRedactionRegexes(root.getJSONArray(REDACTION_REGEXES)); in createBL()