Home
last modified time | relevance | path

Searched refs:SchemaCache (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverterTest.java36 import com.android.server.appsearch.external.localstorage.SchemaCache;
110 new SchemaCache( in testToSearchSpecProto()
173 new SchemaCache( in testToSearchSpecProtoWithJoinSpec()
248 new SchemaCache( in testToSearchSpec_withJoinSpec_childSearchesOtherSchema()
312 new SchemaCache( in testToScoringSpecProto()
353 new SchemaCache(), in testToAdvancedRankingSpecProto()
381 new SchemaCache(), in testToResultSpecProto()
384 convert.toResultSpecProto(/* namespaceMap= */ ImmutableMap.of(), new SchemaCache()); in testToResultSpecProto()
424 new SchemaCache(), in testToResultSpecProtoWithJoinSpec()
429 /* namespaceMap= */ ImmutableMap.of(), new SchemaCache()); in testToResultSpecProtoWithJoinSpec()
[all …]
DSearchSuggestionSpecToProtoConverterTest.java23 import com.android.server.appsearch.external.localstorage.SchemaCache;
59 new SchemaCache( in testToProto()
98 new SchemaCache( in testToProto_propertyFilters()
DSnippetTest.java27 import com.android.server.appsearch.external.localstorage.SchemaCache;
107 new SchemaCache(SCHEMA_MAP), in testSingleStringSnippet()
156 new SchemaCache(SCHEMA_MAP), in testNoSnippets()
225 new SchemaCache(SCHEMA_MAP), in testMultipleStringSnippet()
329 new SchemaCache(SCHEMA_MAP), in testNestedDocumentSnippet()
DSearchResultToProtoConverterTest.java31 import com.android.server.appsearch.external.localstorage.SchemaCache;
93 searchResultProto, new SchemaCache(schemaMap), config); in testToSearchResultProto()
170 new SchemaCache(schemaMap), in testToSearchResultProtoWithDoublyNested()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DSchemaCacheTest.java53 SchemaCache schemaCache = new SchemaCache(schemaMap); in testGetSchemaTypesWithDescendants()
101 SchemaCache schemaCache = new SchemaCache(schemaMap); in testGetSchemaTypesWithDescendants_multipleLevel()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverterUtil.java22 import com.android.server.appsearch.external.localstorage.SchemaCache;
87 @NonNull SchemaCache schemaCache, in generateTargetSchemaFilters()
155 @NonNull SchemaCache schemaCache, in addIntersectedPolymorphicSchemaFilters()
DSearchResultToProtoConverter.java31 import com.android.server.appsearch.external.localstorage.SchemaCache;
61 @NonNull SchemaCache schemaCache, in toSearchResultPage()
84 @NonNull SchemaCache schemaCache, in toUnprefixedSearchResult()
DSearchSpecToProtoConverter.java37 import com.android.server.appsearch.external.localstorage.SchemaCache;
98 private final SchemaCache mSchemaCache;
126 @NonNull SchemaCache schemaCache, in SearchSpecToProtoConverter()
415 @NonNull Map<String, Set<String>> namespaceMap, @NonNull SchemaCache schemaCache) { in toResultSpecProto()
691 @NonNull Set<String> prefixes, @NonNull SchemaCache schemaCache) { in getSchemaToPrefixedSchemas()
725 @NonNull Set<String> prefixes, @NonNull SchemaCache schemaCache) { in getPackageAndSchemaToPrefixedSchemas()
799 @NonNull SchemaCache schemaCache, in addPerPackagePerSchemaResultGroupings()
833 @NonNull SchemaCache schemaCache, in addPerPackagePerNamespacePerSchemaResultGrouping()
957 @NonNull SchemaCache schemaCache, in addPerSchemaResultGrouping()
991 @NonNull SchemaCache schemaCache, in addPerNamespaceAndSchemaResultGrouping()
DSearchSuggestionSpecToProtoConverter.java22 import com.android.server.appsearch.external.localstorage.SchemaCache;
77 @NonNull SchemaCache schemaCache) { in SearchSuggestionSpecToProtoConverter()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DSchemaCache.java39 public class SchemaCache { class
55 public SchemaCache() {} in SchemaCache() method in SchemaCache
57 public SchemaCache(@NonNull Map<String, Map<String, SchemaTypeConfigProto>> schemaMap) { in SchemaCache() method in SchemaCache
DAppSearchImpl.java193 private final SchemaCache mSchemaCacheLocked = new SchemaCache();