Searched refs:mExactMatchRange (Results 1 – 1 of 1) sorted by relevance
315 @Nullable private MatchRange mExactMatchRange; field in SearchResult.MatchInfo364 if (mExactMatchRange == null) { in getExactMatchRange()365 mExactMatchRange = in getExactMatchRange()370 return mExactMatchRange; in getExactMatchRange()437 private MatchRange mExactMatchRange = new MatchRange(0, 0); field in SearchResult.MatchInfo.Builder460 mExactMatchRange = Objects.requireNonNull(matchRange); in setExactMatchRange()476 bundle.putInt(MatchInfo.EXACT_MATCH_RANGE_LOWER_FIELD, mExactMatchRange.getStart()); in build()477 bundle.putInt(MatchInfo.EXACT_MATCH_RANGE_UPPER_FIELD, mExactMatchRange.getEnd()); in build()