Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt421 addMatcherTestResult(expected = false, threeLowercase, textClassifier = tc) in <lambda>()
432 addMatcherTestResult(expected = false, twentyXX, textClassifier = tc) in <lambda>()
434 addMatcherTestResult(expected = false, twentyXX, textClassifier = null) in <lambda>()
435 addMatcherTestResult(expected = true, twentyOneXX, textClassifier = tc) in <lambda>()
436 addMatcherTestResult(expected = true, thirtyXX, textClassifier = tc) in <lambda>()
437 addMatcherTestResult(expected = false, nineteenXX, textClassifier = tc) in <lambda>()
438 addMatcherTestResult(expected = true, eighteenXX, textClassifier = tc) in <lambda>()
452 addMatcherTestResult(expected = false, englishFalsePositive, textClassifier = tc) in <lambda>()
455 addMatcherTestResult(expected = true, englishTruePositive, textClassifier = tc) in <lambda>()
459 addMatcherTestResult(expected = true, englishTruePositive, textClassifier = tc) in <lambda>()
[all …]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java806 TextClassifier textClassifier) { in applyTextLinksToSpannable() argument
809 TextClassification textClassification = textClassifier.classifyText( in applyTextLinksToSpannable()