Searched refs:shouldCheckForOtp (Results 1 – 3 of 3) sorted by relevance
235 .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 …]
135 final boolean shouldCheckForOtp = in onNotificationEnqueued()136 NotificationOtpDetectionHelper.shouldCheckForOtp(sbn.getNotification()); in onNotificationEnqueued()137 boolean foundOtpWithRegex = shouldCheckForOtp in onNotificationEnqueued()152 if (shouldCheckForOtp && mUseTextClassifier) { in onNotificationEnqueued()
338 public static boolean shouldCheckForOtp(Notification notification) { in shouldCheckForOtp() method in NotificationOtpDetectionHelper347 || shouldCheckForOtp(notification.publicVersion); in shouldCheckForOtp()