Searched defs:schemaMap (Results 1 – 5 of 5) sorted by relevance
| /appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/ |
| D | SchemaCacheTest.java | 49 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testGetSchemaTypesWithDescendants() local 94 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testGetSchemaTypesWithDescendants_multipleLevel() local
|
| /appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/converter/ |
| D | GenericDocumentToProtoConverterTest.java | 230 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testConvertDocument_whenPropertyHasEmptyList() local 360 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testConvertDocument_whenNestedDocumentPropertyHasEmptyList() local 387 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testConvertDocument_withParentTypes() local 469 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testConvertDocument_withoutParentTypes() local
|
| D | SearchResultToProtoConverterTest.java | 97 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of(prefix, in testToSearchResultProto() local 181 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of(prefix, in testToSearchResultProtoWithDoublyNested() local
|
| D | SearchSpecToProtoConverterTest.java | 501 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_grouping_withJoinSpec_packageFilter() local 552 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_projection_withJoinSpec_packageFilter() local 679 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_projection_removeSchemaWithoutParentInFilter() local 716 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToSearchSpecProto_propertyFilter_withJoinSpec_packageFilter() local 810 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToSearchSpecProto_propertyFilter_removeSchemaWithoutParentInFilter() local 845 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_weight_withJoinSpec_packageFilter() local 999 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_groupBySchema() local 1082 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_groupBySchemaAndPackage() local 1126 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_groupByNamespaceAndSchema() local 1219 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = ImmutableMap.of( in testToResultSpecProto_groupByNamespaceAndSchemaAndPackage() local [all …]
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/ |
| D | SchemaCache.java | 76 public SchemaCache(@NonNull Map<String, Map<String, SchemaTypeConfigProto>> schemaMap) in SchemaCache() 89 Map<String, SchemaTypeConfigProto> schemaMap = mSchemaMap.get(prefix); in getSchemaMapForPrefix() local
|