Searched refs:getClassifyTextMaxRangeLength (Results 1 – 4 of 4) sorted by relevance
76 .that(constants.getClassifyTextMaxRangeLength()).isEqualTo(11); in testLoadFromString()150 .that(constants.getClassifyTextMaxRangeLength()).isEqualTo(7); in testLoadFromString_differentValues()203 .that(constants.getClassifyTextMaxRangeLength()).isEqualTo(10 * 1000); in testLoadFromString_defaultValues()
258 public int getClassifyTextMaxRangeLength() { in getClassifyTextMaxRangeLength() method in TextClassificationConstants339 pw.printPair("classify_text_max_range_length", getClassifyTextMaxRangeLength()) in dump()
253 if (string.length() > 0 && rangeLength <= mSettings.getClassifyTextMaxRangeLength()) { in classifyText()
76946 Landroid/view/textclassifier/TextClassificationConstants;->getClassifyTextMaxRangeLength()I