Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSnippetTest.java118 assertThat(match.getSubmatchRange()) in testSingleStringSnippet()
235 assertThat(match1.getSubmatchRange()) in testMultipleStringSnippet()
248 assertThat(match2.getSubmatchRange()) in testMultipleStringSnippet()
340 assertThat(match1.getSubmatchRange()) in testNestedDocumentSnippet()
354 assertThat(match2.getSubmatchRange()) in testNestedDocumentSnippet()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java613 public MatchRange getSubmatchRange() { in getSubmatchRange() method in SearchResult.MatchInfo
632 return getSubstring(getSubmatchRange()); in getSubmatch()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSearchResultInternalTest.java114 assertThat(matchInfoCopy.getSubmatchRange()).isEqualTo(submatchRange); in testMatchInfoBuilderCopyConstructor()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt485 method @NonNull public android.app.appsearch.SearchResult.MatchRange getSubmatchRange();