Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextLinksTest.java91 assertEquals(1.f, resultList.get(0).getConfidenceScore(TextClassifier.TYPE_OTHER), 1e-7f); in testParcel()
99 assertEquals(.8f, resultList.get(1).getConfidenceScore(TextClassifier.TYPE_ADDRESS), 1e-7f); in testParcel()
100 assertEquals(.5f, resultList.get(1).getConfidenceScore(TextClassifier.TYPE_OTHER), 1e-7f); in testParcel()
101 assertEquals(.1f, resultList.get(1).getConfidenceScore(TextClassifier.TYPE_PHONE), 1e-7f); in testParcel()
DTextClassificationTest.java134 assertEquals(0.7f, result.getConfidenceScore(TextClassifier.TYPE_PHONE), EPSILON); in testParcel()
135 assertEquals(0.3f, result.getConfidenceScore(TextClassifier.TYPE_ADDRESS), EPSILON); in testParcel()
267 classification.getConfidenceScore(TextClassifier.TYPE_EMAIL), in testToBuilder()
268 fromBuilder.getConfidenceScore(TextClassifier.TYPE_EMAIL), in testToBuilder()
271 classification.getConfidenceScore(TextClassifier.TYPE_PHONE), in testToBuilder()
272 fromBuilder.getConfidenceScore(TextClassifier.TYPE_PHONE), in testToBuilder()
DConversationActionTest.java58 assertThat(fromBuilder.getConfidenceScore()).isEqualTo(convAction.getConfidenceScore()); in toBuilder()
DTextLanguageTest.java64 assertEquals(0.8f, result.getConfidenceScore(ULocale.ENGLISH), EPSILON); in testParcel()
66 assertEquals(0.2f, result.getConfidenceScore(ULocale.GERMAN), EPSILON); in testParcel()
DTextSelectionTest.java84 assertEquals(0.7f, result.getConfidenceScore(TextClassifier.TYPE_PHONE), 1e-7f); in testParcel()
85 assertEquals(0.3f, result.getConfidenceScore(TextClassifier.TYPE_ADDRESS), 1e-7f); in testParcel()
86 assertEquals(0.1f, result.getConfidenceScore(TextClassifier.TYPE_URL), 1e-7f); in testParcel()
DTextClassifierEventTest.java85 .setScores(TEXT_SELECTION.getConfidenceScore(entityType)) in toSelectionEvent_smartSelectionMulti()
114 .setScores(TEXT_SELECTION.getConfidenceScore(entityType)) in toSelectionEvent_smartSelectionSingle()
148 .setScores(TEXT_CLASSIFICATION.getConfidenceScore(entityType)) in toSelectionEvent_resetSelection()
235 .setScores(TEXT_CLASSIFICATION.getConfidenceScore(entityType)) in toSelectionEvent_link_smartAction()
/frameworks/base/core/java/android/view/textclassifier/
DTextLanguage.java108 public float getConfidenceScore(@NonNull ULocale locale) { in getConfidenceScore() method in TextLanguage
109 return mEntityConfidence.getConfidenceScore(locale.toLanguageTag()); in getConfidenceScore()
DEntityConfidence.java84 public float getConfidenceScore(String entity) { in getConfidenceScore() method in EntityConfidence
DTextSelection.java105 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore() method in TextSelection
106 return mEntityConfidence.getConfidenceScore(entity); in getConfidenceScore()
DConversationAction.java185 public float getConfidenceScore() { in getConfidenceScore() method in ConversationAction
DTextLinks.java277 public @FloatRange(from = 0.0, to = 1.0) float getConfidenceScore( in getConfidenceScore() method in TextLinks.TextLink
279 return mEntityScores.getConfidenceScore(entityType); in getConfidenceScore()
DTextClassification.java190 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore() method in TextClassification
191 return mEntityConfidence.getConfidenceScore(entity); in getConfidenceScore()
/frameworks/base/core/java/android/content/
DClipDescription.java450 public float getConfidenceScore(@NonNull @TextClassifier.EntityType String entity) { in getConfidenceScore() method in ClipDescription
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java1115 float conf = link.getConfidenceScore(entity); in doClassification()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt10108 method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(@NonNull String);
56800 method @FloatRange(from=0, to=1) public float getConfidenceScore();
56930 method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(String);
57172 …method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(@NonNull android.icu.util.ULo…
57253 method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(String);
57271 method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(String);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61604 Landroid/view/textclassifier/EntityConfidence;->getConfidenceScore(Ljava/lang/String;)F