Searched refs:MAX_SENSITIVE_TEXT_LEN (Results 1 – 1 of 1) sorted by relevance
70 private static final int MAX_SENSITIVE_TEXT_LEN = 600; field in NotificationOtpDetectionHelper328 return builder.length() <= MAX_SENSITIVE_TEXT_LEN ? builder.toString() in getTextForDetection()329 : builder.substring(0, MAX_SENSITIVE_TEXT_LEN); in getTextForDetection()