Home
last modified time | relevance | path

Searched refs:getTextForDetection (Results 1 – 3 of 3) 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>()
194 .getTextForDetection(createNotification(style = style)) in <lambda>()
208 .getTextForDetection(createNotification(style = style)) in <lambda>()
226 NotificationOtpDetectionHelper.getTextForDetection(createNotification(text = text)) in <lambda>()
DAssistantTest.kt199 val expectedText = NotificationOtpDetectionHelper.getTextForDetection(sbn.notification) in <lambda>()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java200 String sensitiveText = getTextForDetection(notification); in containsOtp()
293 public static String getTextForDetection(Notification notification) { in getTextForDetection() method in NotificationOtpDetectionHelper