Searched refs:getMatchInfos (Results 1 – 3 of 3) sorted by relevance
102 SearchResult.MatchInfo match = searchResultPage.getResults().get(0).getMatchInfos().get(0); in testSingleStringSnippet()147 assertThat(searchResultPage.getResults().get(0).getMatchInfos()).isEmpty(); in testNoSnippets()211 SearchResult.MatchInfo match1 = searchResultPage.getResults().get(0).getMatchInfos().get(0); in testMultipleStringSnippet()221 SearchResult.MatchInfo match2 = searchResultPage.getResults().get(0).getMatchInfos().get(1); in testMultipleStringSnippet()302 SearchResult.MatchInfo match1 = searchResultPage.getResults().get(0).getMatchInfos().get(0); in testNestedDocumentSnippet()312 SearchResult.MatchInfo match2 = searchResultPage.getResults().get(0).getMatchInfos().get(1); in testNestedDocumentSnippet()
95 public List<MatchInfo> getMatchInfos() { in getMatchInfos() method in SearchResult
292 …ethod @NonNull public java.util.List<android.app.appsearch.SearchResult.MatchInfo> getMatchInfos();