Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java326 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local
328 typePropertyPathsMap.put( in getProjections()
332 return typePropertyPathsMap; in getProjections()
349 Map<String, List<PropertyPath>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjectionPaths() local
356 typePropertyPathsMap.put(schema, copy); in getProjectionPaths()
358 return typePropertyPathsMap; in getProjectionPaths()
DSearchSuggestionSpec.java182 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getFilterProperties() local
184 typePropertyPathsMap.put( in getFilterProperties()
188 return typePropertyPathsMap; in getFilterProperties()
DGetByDocumentIdRequest.java54 @NonNull Map<String, List<String>> typePropertyPathsMap) { in GetByDocumentIdRequest() argument
57 mTypePropertyPathsMap = Objects.requireNonNull(typePropertyPathsMap); in GetByDocumentIdRequest()