Searched refs:getLangIdThresholdOverride (Results 1 – 3 of 3) sorted by relevance
97 .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()
306 public float getLangIdThresholdOverride() { in getLangIdThresholdOverride() method in TextClassificationConstants357 pw.printPair("lang_id_threshold_override", getLangIdThresholdOverride()) in dump()
841 return mSettings.getLangIdThresholdOverride() >= 0 in getLangIdThreshold()842 ? mSettings.getLangIdThresholdOverride() in getLangIdThreshold()