Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextSelectionTest.java72 assertEquals(0.7f, result.getConfidenceScore(TextClassifier.TYPE_PHONE), 1e-7f); in testParcel()
73 assertEquals(0.3f, result.getConfidenceScore(TextClassifier.TYPE_ADDRESS), 1e-7f); in testParcel()
74 assertEquals(0.1f, result.getConfidenceScore(TextClassifier.TYPE_URL), 1e-7f); in testParcel()
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.java132 assertEquals(0.7f, result.getConfidenceScore(TextClassifier.TYPE_PHONE), EPSILON); in testParcel()
133 assertEquals(0.3f, result.getConfidenceScore(TextClassifier.TYPE_ADDRESS), EPSILON); in testParcel()
263 classification.getConfidenceScore(TextClassifier.TYPE_EMAIL), in testToBuilder()
264 fromBuilder.getConfidenceScore(TextClassifier.TYPE_EMAIL), in testToBuilder()
267 classification.getConfidenceScore(TextClassifier.TYPE_PHONE), in testToBuilder()
268 fromBuilder.getConfidenceScore(TextClassifier.TYPE_PHONE), in testToBuilder()
DConversationActionTest.java57 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()
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()
DTextSelection.java101 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore() method in TextSelection
102 return mEntityConfidence.getConfidenceScore(entity); in getConfidenceScore()
DEntityConfidence.java84 public float getConfidenceScore(String entity) { in getConfidenceScore() method in EntityConfidence
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.java189 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore() method in TextClassification
190 return mEntityConfidence.getConfidenceScore(entity); in getConfidenceScore()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt57312 method @FloatRange(from=0, to=1) public float getConfidenceScore();
57442 method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(String);
57683 …method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(@NonNull android.icu.util.ULo…
57764 method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(String);
57782 method @FloatRange(from=0.0, to=1.0) public float getConfidenceScore(String);