Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java86 private static ThreadLocal<Matcher> compileToRegex(String pattern) { in compileToRegex() method in NotificationOtpDetectionHelper
167 private static final ThreadLocal<Matcher> OTP_REGEX = compileToRegex(ALL_OTP);
192 compileToRegex(format("%s(%s|%s)%s", START, DATE_WITH_DASHES, PHONE_WITH_SPACE, END));
211 compileToRegex(format("%s|%s", COMMON_YEARS, THREE_LOWERCASE));
236 return compileToRegex(regex.toString()); in createDictionaryRegex()