Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java476 @Nullable private PropertyPath mPropertyPathObject = null; field in SearchResult.MatchInfo
547 if (mPropertyPathObject == null) { in getPropertyPathObject()
548 mPropertyPathObject = new PropertyPath(mPropertyPath); in getPropertyPathObject()
550 return mPropertyPathObject; in getPropertyPathObject()