Home
last modified time | relevance | path

Searched defs:propertyPath (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchResultToProtoConverter.java124 @NonNull SnippetMatchProto snippetMatchProto, @NonNull String propertyPath) { in toMatchInfo()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java1029 String propertyPath = Objects.requireNonNull(propertyPathWeightEntry.getKey()); in setPropertyWeights() local
1094 PropertyPath propertyPath = in setPropertyWeightPaths() local
DSearchResult.java606 public Builder(@NonNull String propertyPath) { in Builder()