Home
last modified time | relevance | path

Searched defs:schemaMap (Results 1 – 5 of 5) 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.java444 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 …]
DSearchResultToProtoConverterTest.java86 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProto() local
160 Map<String, Map<String, SchemaTypeConfigProto>> schemaMap = in testToSearchResultProtoWithDoublyNested() local
DGenericDocumentToProtoConverterTest.java241 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/
DSchemaCache.java57 public SchemaCache(@NonNull Map<String, Map<String, SchemaTypeConfigProto>> schemaMap) { in SchemaCache()
67 Map<String, SchemaTypeConfigProto> schemaMap = mSchemaMap.get(prefix); in getSchemaMapForPrefix() local