/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/util/ |
H A D | PrefixUtil.java | 155 String newSchema = prefix + documentBuilder.getSchema(); in addPrefixToDocument() 191 String schemaPrefix = getPrefix(documentBuilder.getSchema()); in removePrefixesFromDocument() 204 documentBuilder.setSchema(removePrefix(documentBuilder.getSchema())); in removePrefixesFromDocument()
|
/aosp12/hardware/interfaces/compatibility_matrices/build/ |
H A D | vintf_compatibility_matrix.go | 117 func (g *vintfCompatibilityMatrixRule) getSchema(ctx android.ModuleContext) android.OptionalPath { func 140 schema := g.getSchema(ctx)
|
/aosp12/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/external/ |
H A D | AppSearchSessionShim.java | 65 ListenableFuture<GetSchemaResponse> getSchema(); in getSchema() method
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/ |
H A D | GenericDocumentToProtoConverter.java | 132 proto.getNamespace(), proto.getUri(), proto.getSchema()) in toGenericDocument() 136 String prefixedSchemaType = prefix + proto.getSchema(); in toGenericDocument()
|
/aosp12/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/ |
H A D | AppSearchSessionShimImpl.java | 111 public ListenableFuture<GetSchemaResponse> getSchema() { in getSchema() method in AppSearchSessionShimImpl 113 mAppSearchSession.getSchema(mExecutor, future::set); in getSchema()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/ |
H A D | AppSearchSession.java | 190 public void getSchema( in getSchema() method in AppSearchSession 197 mService.getSchema( in getSchema() 748 getSchema(callbackExecutor, getSchemaFuture::complete); in setSchemaWithMigrations()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/aidl/ |
H A D | IAppSearchManager.aidl | 67 void getSchema( in getSchema() method
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/ |
H A D | Main.java | 165 xmlSchema = xsdHandler.getSchema(); in parse()
|
H A D | XsdHandler.java | 74 public XmlSchema getSchema() { in getSchema() method in XsdHandler
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/visibilitystore/ |
H A D | VisibilityStoreImpl.java | 104 GetSchemaResponse getSchemaResponse = mAppSearchImpl.getSchema(PACKAGE_NAME, DATABASE_NAME); in VisibilityStoreImpl()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImpl.java | 519 public GetSchemaResponse getSchema(@NonNull String packageName, @NonNull String databaseName) in getSchema() method in AppSearchImpl 2101 GetSchemaResultProto schemaProto = mIcingSearchEngineLocked.getSchema(); in getSchemaProtoLocked() 2106 return schemaProto.getSchema(); in getSchemaProtoLocked()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
H A D | AppSearchManagerService.java | 415 public void getSchema( in getSchema() method in AppSearchManagerService.Stub 439 instance.getAppSearchImpl().getSchema(packageName, databaseName); in getSchema()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImplTest.java | 575 assertThat(appSearchImpl.getSchema(context.getPackageName(), "database1").getSchemas()) in testReset() 2245 IllegalStateException.class, () -> appSearchImpl.getSchema("package", "database")); in testThrowsExceptionIfClosed()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/aosp12/frameworks/base/apex/appsearch/framework/api/ |
H A D | current.txt | 140 …method public void getSchema(@NonNull java.util.concurrent.Executor, @NonNull java.util.function.C…
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 687 public void getSchema(String packageName, String databaseName, UserHandle userHandle, in getSchema() method in BaseShortcutManagerTest.MockAppSearchManager
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 53514 method public javax.xml.validation.Schema getSchema(); 53533 method public javax.xml.validation.Schema getSchema(); 53573 method public javax.xml.validation.Schema getSchema(); 53595 method public javax.xml.validation.Schema getSchema();
|