Searched refs:getClassifyTextMaxRangeLength (Results 1 – 3 of 3) sorted by relevance
60 11, constants.getClassifyTextMaxRangeLength()); in testLoadFromString()95 7, constants.getClassifyTextMaxRangeLength()); in testLoadFromString_differentValues()
217 public int getClassifyTextMaxRangeLength() { in getClassifyTextMaxRangeLength() method in TextClassificationConstants
182 if (string.length() > 0 && rangeLength <= mSettings.getClassifyTextMaxRangeLength()) { in classifyText()