Home
last modified time | relevance | path

Searched refs:smartEndIndex (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DTextClassifierApiTest.java77 int smartEndIndex = smartStartIndex + suggested.length(); in suggestSelection() local
86 assertThat(selection.getSelectionEndIndex()).isEqualTo(smartEndIndex); in suggestSelection()
DTextClassifierImplTest.java91 int smartEndIndex = smartStartIndex + suggested.length(); in testSuggestSelection() local
99 selection, isTextSelection(smartStartIndex, smartEndIndex, TextClassifier.TYPE_EMAIL)); in testSuggestSelection()
110 int smartEndIndex = smartStartIndex + suggested.length(); in testSuggestSelection_url() local
117 assertThat(selection, isTextSelection(smartStartIndex, smartEndIndex, TextClassifier.TYPE_URL)); in testSuggestSelection_url()