Searched refs:smartEndIndex (Results 1 – 2 of 2) sorted by relevance
77 int smartEndIndex = smartStartIndex + suggested.length(); in suggestSelection() local86 assertThat(selection.getSelectionEndIndex()).isEqualTo(smartEndIndex); in suggestSelection()
91 int smartEndIndex = smartStartIndex + suggested.length(); in testSuggestSelection() local99 selection, isTextSelection(smartStartIndex, smartEndIndex, TextClassifier.TYPE_EMAIL)); in testSuggestSelection()110 int smartEndIndex = smartStartIndex + suggested.length(); in testSuggestSelection_url() local117 assertThat(selection, isTextSelection(smartStartIndex, smartEndIndex, TextClassifier.TYPE_URL)); in testSuggestSelection_url()