Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DSchemaCacheTest.java53 SchemaCache schemaCache = new SchemaCache(schemaMap); in testGetSchemaTypesWithDescendants() local
56 schemaCache.getSchemaTypesWithDescendants( in testGetSchemaTypesWithDescendants()
60 schemaCache.getSchemaTypesWithDescendants( in testGetSchemaTypesWithDescendants()
64 schemaCache.getSchemaTypesWithDescendants( in testGetSchemaTypesWithDescendants()
101 SchemaCache schemaCache = new SchemaCache(schemaMap); in testGetSchemaTypesWithDescendants_multipleLevel() local
104 schemaCache.getSchemaTypesWithDescendants( in testGetSchemaTypesWithDescendants_multipleLevel()
112 schemaCache.getSchemaTypesWithDescendants( in testGetSchemaTypesWithDescendants_multipleLevel()
116 schemaCache.getSchemaTypesWithDescendants( in testGetSchemaTypesWithDescendants_multipleLevel()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverter.java126 @NonNull SchemaCache schemaCache, in SearchSpecToProtoConverter() argument
132 mSchemaCache = Objects.requireNonNull(schemaCache); in SearchSpecToProtoConverter()
169 schemaCache, in SearchSpecToProtoConverter()
186 schemaCache, in SearchSpecToProtoConverter()
415 @NonNull Map<String, Set<String>> namespaceMap, @NonNull SchemaCache schemaCache) { in toResultSpecProto() argument
458 schemaCache, in toResultSpecProto()
474 schemaCache, in toResultSpecProto()
483 schemaCache, in toResultSpecProto()
494 schemaCache, in toResultSpecProto()
691 @NonNull Set<String> prefixes, @NonNull SchemaCache schemaCache) { in getSchemaToPrefixedSchemas() argument
[all …]
DSearchSpecToProtoConverterUtil.java87 @NonNull SchemaCache schemaCache, in generateTargetSchemaFilters() argument
94 schemaCache.getSchemaMapForPrefix(prefix); in generateTargetSchemaFilters()
101 schemaCache, in generateTargetSchemaFilters()
155 @NonNull SchemaCache schemaCache, in addIntersectedPolymorphicSchemaFilters() argument
175 schemaCache.getSchemaTypesWithDescendants(prefix, currentPrefixedTargetFilters); in addIntersectedPolymorphicSchemaFilters()
DSearchResultToProtoConverter.java61 @NonNull SchemaCache schemaCache, in toSearchResultPage() argument
67 toUnprefixedSearchResult(proto.getResults(i), schemaCache, config); in toSearchResultPage()
84 @NonNull SchemaCache schemaCache, in toUnprefixedSearchResult() argument
91 schemaCache.getSchemaMapForPrefix(prefix); in toUnprefixedSearchResult()
122 toUnprefixedSearchResult(joinedResultProto, schemaCache, config)); in toUnprefixedSearchResult()
DSearchSuggestionSpecToProtoConverter.java77 @NonNull SchemaCache schemaCache) { in SearchSuggestionSpecToProtoConverter() argument
87 prefixes, schemaCache, searchSuggestionSpec.getFilterSchemas()); in SearchSuggestionSpecToProtoConverter()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...