Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java140 private static final String THREE_LOWERCASE = "(\\p{Ll}{3})"; field in NotificationOtpDetectionHelper
145 Pattern.compile(format("%s|%s", COMMON_YEARS, THREE_LOWERCASE)).matcher(""));