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/
DGetByDocumentIdRequest.java116 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local
120 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPaths)); in getProjections()
123 return typePropertyPathsMap; in getProjections()
137 Map<String, List<PropertyPath>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjectionPaths() local
146 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPathList)); in getProjectionPaths()
149 return typePropertyPathsMap; in getProjectionPaths()
DSearchSpec.java426 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getFilterProperties() local
428 typePropertyPathsMap.put( in getFilterProperties()
432 return typePropertyPathsMap; in getFilterProperties()
510 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local
512 typePropertyPathsMap.put( in getProjections()
517 return typePropertyPathsMap; in getProjections()
533 Map<String, List<PropertyPath>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjectionPaths() local
543 typePropertyPathsMap.put(schema, copy); in getProjectionPaths()
546 return typePropertyPathsMap; in getProjectionPaths()
DSearchSuggestionSpec.java206 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getFilterProperties() local
208 typePropertyPathsMap.put( in getFilterProperties()
211 return typePropertyPathsMap; in getFilterProperties()