Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationConstantsTest.java58 10, constants.getSuggestSelectionMaxRangeLength()); in testLoadFromString()
93 8, constants.getSuggestSelectionMaxRangeLength()); in testLoadFromString_differentValues()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationConstants.java213 public int getSuggestSelectionMaxRangeLength() { in getSuggestSelectionMaxRangeLength() method in TextClassificationConstants
DTextClassifierImpl.java124 && rangeLength <= mSettings.getSuggestSelectionMaxRangeLength()) { in suggestSelection()