Home
last modified time | relevance | path

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

/appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/
DSchemaCacheTest.java49 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/
DGenericDocumentToProtoConverterTest.java230 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
DSearchResultToProtoConverterTest.java97 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
DSearchSpecToProtoConverterTest.java501 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/
DSchemaCache.java76 public SchemaCache(@NonNull Map<String, Map<String, SchemaTypeConfigProto>> schemaMap) in SchemaCache()
89 Map<String, SchemaTypeConfigProto> schemaMap = mSchemaMap.get(prefix); in getSchemaMapForPrefix() local