Searched refs:getSnippetRange (Results 1 – 4 of 4) sorted by relevance
127 assertThat(match.getSnippetRange()) in testSingleStringSnippet()141 assertThat(match.getTextMatch().getSnippetRange()) in testSingleStringSnippet()324 assertThat(match1.getTextMatch().getSnippetRange()) in testHybridSnippet()451 assertThat(match1.getSnippetRange()) in testMultipleStringSnippet()464 assertThat(match1.getTextMatch().getSnippetRange()) in testMultipleStringSnippet()478 assertThat(match2.getSnippetRange()) in testMultipleStringSnippet()491 assertThat(match2.getTextMatch().getSnippetRange()) in testMultipleStringSnippet()584 assertThat(match1.getSnippetRange()) in testNestedDocumentSnippet()597 assertThat(match1.getTextMatch().getSnippetRange()) in testNestedDocumentSnippet()612 assertThat(match2.getSnippetRange()) in testNestedDocumentSnippet()[all …]
667 public @NonNull MatchRange getSnippetRange() { in getSnippetRange() method in SearchResult.MatchInfo671 return mTextMatch.getSnippetRange(); in getSnippetRange()744 mSnippetRange = matchInfo.getSnippetRange(); in Builder()1052 public @NonNull MatchRange getSnippetRange() { in getSnippetRange() method in SearchResult.TextMatchInfo1074 return getSubstring(getSnippetRange()); in getSnippet()
135 assertThat(matchInfoCopy.getSnippetRange()).isEqualTo(snippetMatchRange); in testMatchInfoBuilderCopyConstructor()169 assertThat(matchInfoCopy1.getTextMatch().getSnippetRange()).isEqualTo(snippetMatchRange); in testMatchInfoBuilderCopyConstructor_embeddingMatchInfoEnabled()
588 method @NonNull public android.app.appsearch.SearchResult.MatchRange getSnippetRange();618 …dding_match_info") @NonNull public android.app.appsearch.SearchResult.MatchRange getSnippetRange();