Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt88 val sensitive = NotificationOtpDetectionHelper.getTextForDetection( in testGetTextForDetection_textFieldsIncluded()
100 var sensitive = NotificationOtpDetectionHelper.getTextForDetection( in testGetTextForDetection_nullTextFields()
105 sensitive = NotificationOtpDetectionHelper.getTextForDetection( in testGetTextForDetection_nullTextFields()
111 sensitive = NotificationOtpDetectionHelper.getTextForDetection(nullExtras) in testGetTextForDetection_nullTextFields()
142 val sensitive = NotificationOtpDetectionHelper.getTextForDetection(notif) in testGetTextForDetection_messagesIncludedSorted()
166 val sensitive = NotificationOtpDetectionHelper in testGetTextForDetection_textLinesIncluded()
180 val sensitive = NotificationOtpDetectionHelper in testGetTextForDetection_bigTextStyleTextsIncluded()
199 NotificationOtpDetectionHelper.getTextForDetection(createNotification(text = text)) in testGetTextForDetection_maxLen()
206 var shouldCheck = NotificationOtpDetectionHelper in testShouldCheckForOtp_styles()
213 shouldCheck = NotificationOtpDetectionHelper in testShouldCheckForOtp_styles()
[all …]
DAssistantTest.kt208 val expectedText = NotificationOtpDetectionHelper.getTextForDetection(sbn.notification) in <lambda>()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java145 && NotificationOtpDetectionHelper.shouldCheckForOtp(sbn.getNotification()); in onNotificationEnqueued()
147 && NotificationOtpDetectionHelper in onNotificationEnqueued()
166 containsOtp = NotificationOtpDetectionHelper.containsOtp( in onNotificationEnqueued()
DOWNERS4 per-file NotificationOtpDetectionHelper.java = ntmyren@google.com
DNotificationOtpDetectionHelper.java63 public class NotificationOtpDetectionHelper { class
516 private NotificationOtpDetectionHelper() { } in NotificationOtpDetectionHelper() method in NotificationOtpDetectionHelper