Searched refs:getEntityScores (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextLinksTest.java42 private Map<String, Float> getEntityScores(float address, float phone, float other) { method in class:TextLinksTest
60 .addLink(0, 4, getEntityScores(0.f, 0.f, 1.f))
61 .addLink(5, 12, getEntityScores(.8f, .1f, .5f))
/frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/
H A DTextLinksTest.java80 private Map<String, Float> getEntityScores(float address, float phone, float other) { method in class:TextLinksTest
98 .addLink(0, 4, getEntityScores(0.f, 0.f, 1.f))
99 .addLink(5, 12, getEntityScores(.8f, .1f, .5f))

Completed in 9 milliseconds