Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchResult.java58 @Nullable private List<MatchInfo> mMatchInfos; field in SearchResult
96 if (mMatchInfos == null) { in getMatchInfos()
99 mMatchInfos = new ArrayList<>(matchBundles.size()); in getMatchInfos()
102 mMatchInfos.add(matchInfo); in getMatchInfos()
105 return mMatchInfos; in getMatchInfos()