Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchResult.java438 private MatchRange mSnippetRange = new MatchRange(0, 0); field in SearchResult.MatchInfo.Builder
467 mSnippetRange = Objects.requireNonNull(matchRange); in setSnippetRange()
478 bundle.putInt(MatchInfo.SNIPPET_RANGE_LOWER_FIELD, mSnippetRange.getStart()); in build()
479 bundle.putInt(MatchInfo.SNIPPET_RANGE_UPPER_FIELD, mSnippetRange.getEnd()); in build()