Searched defs:schemaMap (Results 1 – 5 of 5) sorted by relevance
/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 | 444 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_grouping_withJoinSpec_packageFilter() local 500 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_projection_withJoinSpec_packageFilter() local 632 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_projection_removeSchemaWithoutParentInFilter() local 671 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchSpecProto_propertyFilter_withJoinSpec_packageFilter() local 770 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchSpecProto_propertyFilter_removeSchemaWithoutParentInFilter() local 808 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_weight_withJoinSpec_packageFilter() local 966 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupBySchema() local 1049 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupBySchemaAndPackage() local 1097 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupByNamespaceAndSchema() local 1186 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToResultSpecProto_groupByNamespaceAndSchemaAndPackage() local [all …]
|
D | SearchResultToProtoConverterTest.java | 86 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProto() local 160 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProtoWithDoublyNested() local
|
D | GenericDocumentToProtoConverterTest.java | 241 Map<String, SchemaTypeConfigProto> schemaMap = in testConvertDocument_whenPropertyHasEmptyList() local 381 Map<String, SchemaTypeConfigProto> schemaMap = in testConvertDocument_whenNestedDocumentPropertyHasEmptyList() local
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | SchemaCache.java | 57 public SchemaCache(@NonNull Map<String, Map<String, SchemaTypeConfigProto>> schemaMap) { in SchemaCache() 67 Map<String, SchemaTypeConfigProto> schemaMap = mSchemaMap.get(prefix); in getSchemaMapForPrefix() local
|