Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/util/
H A DPrefixUtil.java155 String newSchema = prefix + documentBuilder.getSchema(); in addPrefixToDocument() local
156 documentBuilder.setSchema(newSchema); in addPrefixToDocument()
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
H A DAppSearchMigrationHelper.java76 for (AppSearchSchema newSchema : newSchemas) { in AppSearchMigrationHelper()
77 mDestinationTypes.add(newSchema.getSchemaType()); in AppSearchMigrationHelper()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchImplTest.java144 SchemaProto newSchema = in testRewriteSchema_addType() local
153 createPrefix("package", "newDatabase"), existingSchemaBuilder, newSchema); in testRewriteSchema_addType()
246 SchemaProto newSchema = in testRewriteSchema_rewriteType() local
255 newSchema); in testRewriteSchema_rewriteType()
281 SchemaProto newSchema = in testRewriteSchema_deleteType() local
290 newSchema); in testRewriteSchema_deleteType()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java1749 @NonNull SchemaProto newSchema) in rewriteSchema() argument
1753 for (int typeIdx = 0; typeIdx < newSchema.getTypesCount(); typeIdx++) { in rewriteSchema()
1755 newSchema.getTypes(typeIdx).toBuilder(); in rewriteSchema()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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;