Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt104 val sensitive = NotificationOtpDetectionHelper.getTextForDetection( in <lambda>()
115 val sensitive = NotificationOtpDetectionHelper.getTextForDetection( in <lambda>()
127 var sensitive = NotificationOtpDetectionHelper.getTextForDetection( in <lambda>()
132 sensitive = NotificationOtpDetectionHelper.getTextForDetection( in <lambda>()
138 sensitive = NotificationOtpDetectionHelper.getTextForDetection(nullExtras) in <lambda>()
169 val sensitive = NotificationOtpDetectionHelper.getTextForDetection(notif) in <lambda>()
193 val sensitive = NotificationOtpDetectionHelper in <lambda>()
207 val sensitive = NotificationOtpDetectionHelper in <lambda>()
226 NotificationOtpDetectionHelper.getTextForDetection(createNotification(text = text)) in <lambda>()
234 val shouldCheck = NotificationOtpDetectionHelper in <lambda>()
[all …]
DAssistantTest.kt199 val expectedText = NotificationOtpDetectionHelper.getTextForDetection(sbn.notification) in <lambda>()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java136 NotificationOtpDetectionHelper.shouldCheckForOtp(sbn.getNotification()); in onNotificationEnqueued()
138 && NotificationOtpDetectionHelper in onNotificationEnqueued()
157 containsOtp = NotificationOtpDetectionHelper.containsOtp( in onNotificationEnqueued()
DNotificationOtpDetectionHelper.java59 public class NotificationOtpDetectionHelper { class
359 private NotificationOtpDetectionHelper() { } in NotificationOtpDetectionHelper() method in NotificationOtpDetectionHelper