/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/ |
D | SchemaCacheTest.java | 46 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/ |
D | SearchSpecToProtoConverterTest.java | 556 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 …]
|
D | SearchResultToProtoConverterTest.java | 104 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProto() local 185 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProtoWithDoublyNested() local
|
D | GenericDocumentToProtoConverterTest.java | 252 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/ |
D | SchemaCache.java | 74 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/ |
D | AppFunctionSchemaParser.java | 347 @NonNull Map<String, AppSearchSchema> schemaMap, in getValidatedSchemas()
|
D | AppFunctionDocumentParserImpl.java | 488 @NonNull Map<String, AppSearchSchema> schemaMap) { in buildQualifiedPropertyNameToPropertyConfigMap()
|