Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java65 private static final float TC_THRESHOLD = 0.6f; field in NotificationOtpDetectionHelper
259 if (lang.getConfidenceScore(locale) >= TC_THRESHOLD in getLanguageSpecificRegex()
279 if (link.getConfidenceScore(TYPE_FLIGHT_NUMBER) > TC_THRESHOLD in hasFalsePositivesTcCheck()
280 || link.getConfidenceScore(TYPE_ADDRESS) > TC_THRESHOLD) { in hasFalsePositivesTcCheck()