Searched refs:getExactMatchRange (Results 1 – 4 of 4) sorted by relevance
115 assertThat(match.getExactMatchRange()) in testSingleStringSnippet()232 assertThat(match1.getExactMatchRange()) in testMultipleStringSnippet()245 assertThat(match2.getExactMatchRange()) in testMultipleStringSnippet()337 assertThat(match1.getExactMatchRange()) in testNestedDocumentSnippet()351 assertThat(match2.getExactMatchRange()) in testNestedDocumentSnippet()
583 public MatchRange getExactMatchRange() { in getExactMatchRange() method in SearchResult.MatchInfo600 return getSubstring(getExactMatchRange()); in getExactMatch()739 mExactMatchRange = matchInfo.getExactMatchRange(); in Builder()
113 assertThat(matchInfoCopy.getExactMatchRange()).isEqualTo(exactMatchRange); in testMatchInfoBuilderCopyConstructor()
478 method @NonNull public android.app.appsearch.SearchResult.MatchRange getExactMatchRange();