Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java201 Matcher otpMatcher = OTP_REGEX.get(); in containsOtp() local
202 otpMatcher.reset(sensitiveText); in containsOtp()
203 boolean otpMatch = otpMatcher.find(); in containsOtp()
241 Matcher otpMatcher = OTP_REGEX.get(); in allOtpMatchesAreFalsePositives() local
242 otpMatcher.reset(text); in allOtpMatchesAreFalsePositives()
243 while (otpMatcher.find()) { in allOtpMatchesAreFalsePositives()
244 falsePositiveRegex.reset(otpMatcher.group()); in allOtpMatchesAreFalsePositives()