Home
last modified time | relevance | path

Searched refs:getSnippetRange (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSnippetTest.java127 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 …]
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java667 public @NonNull MatchRange getSnippetRange() { in getSnippetRange() method in SearchResult.MatchInfo
671 return mTextMatch.getSnippetRange(); in getSnippetRange()
744 mSnippetRange = matchInfo.getSnippetRange(); in Builder()
1052 public @NonNull MatchRange getSnippetRange() { in getSnippetRange() method in SearchResult.TextMatchInfo
1074 return getSubstring(getSnippetRange()); in getSnippet()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSearchResultInternalTest.java135 assertThat(matchInfoCopy.getSnippetRange()).isEqualTo(snippetMatchRange); in testMatchInfoBuilderCopyConstructor()
169 assertThat(matchInfoCopy1.getTextMatch().getSnippetRange()).isEqualTo(snippetMatchRange); in testMatchInfoBuilderCopyConstructor_embeddingMatchInfoEnabled()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt588 method @NonNull public android.app.appsearch.SearchResult.MatchRange getSnippetRange();
618 …dding_match_info") @NonNull public android.app.appsearch.SearchResult.MatchRange getSnippetRange();