Home
last modified time | relevance | path

Searched defs:schemaMap (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DSchemaCacheTest.java46 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testGetSchemaTypesWithDescendants() local
92 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testGetSchemaTypesWithDescendants_multipleLevel() local
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverterTest.java556 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_grouping_withJoinSpec_packageFilter() local
613 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_projection_withJoinSpec_packageFilter() local
747 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_projection_removeSchemaWithoutParentInFilter() local
787 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchSpecProto_propertyFilter_withJoinSpec_packageFilter() local
888 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchSpecProto_propertyFilter_removeSchemaWithoutParentInFilter() local
927 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_weight_withJoinSpec_packageFilter() local
1094 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupBySchema() local
1182 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupBySchemaAndPackage() local
1235 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupByNamespaceAndSchema() local
1329 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupByNamespaceAndSchemaAndPackage() local
[all …]
DSearchResultToProtoConverterTest.java104 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProto() local
185 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProtoWithDoublyNested() local
DGenericDocumentToProtoConverterTest.java252 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testConvertDocument_whenPropertyHasEmptyList() local
393 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testConvertDocument_whenNestedDocumentPropertyHasEmptyList() local
425 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testConvertDocument_withoutParentTypes() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DSchemaCache.java74 public SchemaCache(@NonNull Map<String, Map<String, SchemaTypeConfigProto>> schemaMap) in SchemaCache()
85 Map<String, SchemaTypeConfigProto> schemaMap = mSchemaMap.get(prefix); in getSchemaMapForPrefix() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppFunctionSchemaParser.java347 @NonNull Map<String, AppSearchSchema> schemaMap, in getValidatedSchemas()
DAppFunctionDocumentParserImpl.java488 @NonNull Map<String, AppSearchSchema> schemaMap) { in buildQualifiedPropertyNameToPropertyConfigMap()