Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java456 private final String mPropertyPath; field in SearchResult.MatchInfo
510 mPropertyPath = Objects.requireNonNull(propertyPath); in MatchInfo()
530 return mPropertyPath; in getPropertyPath()
548 mPropertyPathObject = new PropertyPath(mPropertyPath); in getPropertyPathObject()
569 mFullText = getPropertyValues(mDocument, mPropertyPath); in getFullText()
712 private final String mPropertyPath; field in SearchResult.MatchInfo.Builder
732 mPropertyPath = Objects.requireNonNull(propertyPath); in Builder()
738 mPropertyPath = matchInfo.mPropertyPath; in Builder()
777 mPropertyPath, in build()