Home
last modified time | relevance | path

Searched refs:newSchema (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/util/
DPrefixUtil.java155 String newSchema = prefix + documentBuilder.getSchema(); in addPrefixToDocument() local
156 documentBuilder.setSchema(newSchema); in addPrefixToDocument()
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
DAppSearchMigrationHelper.java76 for (AppSearchSchema newSchema : newSchemas) { in AppSearchMigrationHelper()
77 mDestinationTypes.add(newSchema.getSchemaType()); in AppSearchMigrationHelper()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java143 SchemaProto newSchema = in testRewriteSchema_addType() local
152 createPrefix("package", "newDatabase"), existingSchemaBuilder, newSchema); in testRewriteSchema_addType()
245 SchemaProto newSchema = in testRewriteSchema_rewriteType() local
254 newSchema); in testRewriteSchema_rewriteType()
280 SchemaProto newSchema = in testRewriteSchema_deleteType() local
289 newSchema); in testRewriteSchema_deleteType()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java1714 @NonNull SchemaProto newSchema) in rewriteSchema() argument
1718 for (int typeIdx = 0; typeIdx < newSchema.getTypesCount(); typeIdx++) { in rewriteSchema()
1720 newSchema.getTypes(typeIdx).toBuilder(); in rewriteSchema()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt53873 …method public javax.xml.validation.Schema newSchema(javax.xml.transform.Source) throws org.xml.sax…
53874 … method public javax.xml.validation.Schema newSchema(java.io.File) throws org.xml.sax.SAXException;
53875 … method public javax.xml.validation.Schema newSchema(java.net.URL) throws org.xml.sax.SAXException;
53876 …method public abstract javax.xml.validation.Schema newSchema(javax.xml.transform.Source[]) throws …
53877 method public abstract javax.xml.validation.Schema newSchema() throws org.xml.sax.SAXException;