Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationConstantsTest.java97 .that(constants.getLangIdThresholdOverride()).isWithin(EPSILON).of(0.3f); in testLoadFromString()
171 .that(constants.getLangIdThresholdOverride()).isWithin(EPSILON).of(2f); in testLoadFromString_differentValues()
228 .that(constants.getLangIdThresholdOverride()).isWithin(EPSILON).of(-1f); in testLoadFromString_defaultValues()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationConstants.java306 public float getLangIdThresholdOverride() { in getLangIdThresholdOverride() method in TextClassificationConstants
357 pw.printPair("lang_id_threshold_override", getLangIdThresholdOverride()) in dump()
DTextClassifierImpl.java841 return mSettings.getLangIdThresholdOverride() >= 0 in getLangIdThreshold()
842 ? mSettings.getLangIdThresholdOverride() in getLangIdThreshold()