Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java299 List<CharSequence> fields = getNotificationTextFields(notification); in containsOtp()
457 for (CharSequence line : getNotificationTextFields(notification)) { in getTextForDetection()
464 protected static List<CharSequence> getNotificationTextFields(Notification notification) { in getNotificationTextFields() method in NotificationOtpDetectionHelper