Home
last modified time | relevance | path

Searched refs:toAppSearchSchema (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverterTest.java93 assertThat(SchemaToProtoConverter.toAppSearchSchema(expectedEmailProto)) in testGetProto_Email()
148 assertThat(SchemaToProtoConverter.toAppSearchSchema(expectedMusicRecordingProto)) in testGetProto_MusicRecording()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverter.java117 public static AppSearchSchema toAppSearchSchema(@NonNull SchemaTypeConfigProtoOrBuilder proto) { in toAppSearchSchema() method in SchemaToProtoConverter
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java546 SchemaToProtoConverter.toAppSearchSchema(typeConfigBuilder); in getSchema()