Searched refs:REDACTION_REGEXES (Results 1 – 1 of 1) sorted by relevance
73 private static final String REDACTION_REGEXES = "redactionRegexes"; field in BusinessLogicFactory121 if (root.has(REDACTION_REGEXES)) { in createBL()122 bl.mRedactionRegexes = parseRedactionRegexes(root.getJSONArray(REDACTION_REGEXES)); in createBL()