Home
last modified time | relevance | path

Searched refs:MAX_SENSITIVE_TEXT_LEN (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java70 private static final int MAX_SENSITIVE_TEXT_LEN = 600; field in NotificationOtpDetectionHelper
328 return builder.length() <= MAX_SENSITIVE_TEXT_LEN ? builder.toString() in getTextForDetection()
329 : builder.substring(0, MAX_SENSITIVE_TEXT_LEN); in getTextForDetection()