Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt235 .shouldCheckForOtp(createNotification(category = CATEGORY_MESSAGE)) in <lambda>()
244 .shouldCheckForOtp(createNotification(style = style)) in <lambda>()
250 .shouldCheckForOtp(createNotification(style = style2)) in <lambda>()
253 .shouldCheckForOtp(createNotification()) in <lambda>()
256 .shouldCheckForOtp(createNotification(style = style3)) in <lambda>()
263 .shouldCheckForOtp(createNotification(category = CATEGORY_MESSAGE)) in <lambda>()
266 .shouldCheckForOtp(createNotification(category = CATEGORY_SOCIAL)) in <lambda>()
269 .shouldCheckForOtp(createNotification(category = CATEGORY_EMAIL)) in <lambda>()
272 .shouldCheckForOtp(createNotification(category = "")) in <lambda>()
279 .shouldCheckForOtp(createNotification(text = "45454", category = "")) in <lambda>()
[all …]
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java135 final boolean shouldCheckForOtp = in onNotificationEnqueued()
136 NotificationOtpDetectionHelper.shouldCheckForOtp(sbn.getNotification()); in onNotificationEnqueued()
137 boolean foundOtpWithRegex = shouldCheckForOtp in onNotificationEnqueued()
152 if (shouldCheckForOtp && mUseTextClassifier) { in onNotificationEnqueued()
DNotificationOtpDetectionHelper.java338 public static boolean shouldCheckForOtp(Notification notification) { in shouldCheckForOtp() method in NotificationOtpDetectionHelper
347 || shouldCheckForOtp(notification.publicVersion); in shouldCheckForOtp()