Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java53 @NonNull Map<String, List<String>> typePropertyPathsMap) { in GetByDocumentIdRequest() argument
56 mTypePropertyPathsMap = Objects.requireNonNull(typePropertyPathsMap); in GetByDocumentIdRequest()
DSearchSpec.java287 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local
289 typePropertyPathsMap.put(schema, typePropertyPathsBundle.getStringArrayList(schema)); in getProjections()
291 return typePropertyPathsMap; in getProjections()