Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java65 final List<MatchInfo> mMatchInfos; field in SearchResult
100 mMatchInfos = Objects.requireNonNull(matchInfos); in SearchResult()
138 mMatchInfosCached = new ArrayList<>(mMatchInfos.size()); in getMatchInfos()
139 for (int i = 0; i < mMatchInfos.size(); i++) { in getMatchInfos()
140 MatchInfo matchInfo = mMatchInfos.get(i); in getMatchInfos()
242 private List<MatchInfo> mMatchInfos = new ArrayList<>(); field in SearchResult.Builder
298 mMatchInfos.add(matchInfo); in addMatchInfo()
353 mMatchInfos, in build()
363 mMatchInfos = new ArrayList<>(mMatchInfos); in resetIfBuilt()