Searched refs:mSnippetRange (Results 1 – 1 of 1) sorted by relevance
438 private MatchRange mSnippetRange = new MatchRange(0, 0); field in SearchResult.MatchInfo.Builder467 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()