/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/ |
H A D | SchemaToProtoConverter.java | 53 .setSchemaType(schema.getSchemaType()) in toSchemaTypeConfigProto() 103 builder.setSchemaType(documentProperty.getSchemaType()) in toPropertyConfigProto() 119 AppSearchSchema.Builder builder = new AppSearchSchema.Builder(proto.getSchemaType()); in toAppSearchSchema() 178 proto.getPropertyName(), proto.getSchemaType()) in toDocumentPropertyConfig()
|
H A D | GenericDocumentToProtoConverter.java | 56 .setSchema(document.getSchemaType()) in toDocumentProto()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/ |
H A D | AppSearchSchema.java | 89 builder.append("schemaType: \"").append(getSchemaType()).append("\",\n"); in appendAppSearchSchemaString() 114 public String getSchemaType() { in getSchemaType() method in AppSearchSchema 147 if (!getSchemaType().equals(otherSchema.getSchemaType())) { in equals() 155 return Objects.hash(getSchemaType(), getProperties()); in hashCode() 828 public String getSchemaType() { in getSchemaType() method in AppSearchSchema.DocumentPropertyConfig 919 builder.append("schemaType: \"").append(getSchemaType()).append("\",\n"); in appendDocumentPropertyConfigFields()
|
H A D | SetSchemaResponse.java | 352 public String getSchemaType() { in getSchemaType() method in SetSchemaResponse.MigrationFailure 371 + getSchemaType() in toString()
|
H A D | SetSchemaRequest.java | 422 referencedSchemas.remove(schema.getSchemaType()); in build()
|
H A D | GenericDocument.java | 147 public String getSchemaType() { in getSchemaType() method in GenericDocument 896 builder.append("schemaType: \"").append(getSchemaType()).append("\",\n"); in appendGenericDocumentString()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/ |
H A D | AppSearchMigrationHelper.java | 77 mDestinationTypes.add(newSchema.getSchemaType()); in AppSearchMigrationHelper() 204 if (!mDestinationTypes.contains(newDocument.getSchemaType())) { in readAndTransform() 212 + newDocument.getSchemaType() in readAndTransform()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImpl.java | 310 String prefixedSchemaType = schema.getSchemaType(); in AppSearchImpl() 530 String typePrefix = getPrefix(fullSchema.getTypes(i).getSchemaType()); in getSchema() 546 if (!propertyConfigBuilder.getSchemaType().isEmpty()) { in getSchema() 548 propertyConfigBuilder.getSchemaType().substring(prefix.length()); in getSchema() 787 String nonPrefixedType = typePropertyMask.getSchemaType(); in getDocument() 1625 String packageName = getPackageName(existingSchema.getTypes(i).getSchemaType()); in prunePackageData() 1758 String newSchemaType = prefix + typeConfigBuilder.getSchemaType(); in rewriteSchema() 1767 if (!propertyConfigBuilder.getSchemaType().isEmpty()) { in rewriteSchema() 1785 String schemaType = existingSchema.getTypes(i).getSchemaType(); in rewriteSchema() 1926 String unprefixedType = typePropertyMask.getSchemaType(); in rewriteResultSpecForPrefixesLocked() [all …]
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/visibilitystore/ |
H A D | VisibilityStoreImpl.java | 108 if (schema.getSchemaType().equals(VisibilityDocument.SCHEMA_TYPE)) { in VisibilityStoreImpl() 110 } else if (schema.getSchemaType().equals(VisibleToPackagesDocument.SCHEMA_TYPE)) { in VisibilityStoreImpl()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/util/ |
H A D | SchemaMigrationUtil.java | 56 existingTypes.add(schema.getSchemaType()); in getActiveMigrators()
|
/aosp12/frameworks/base/apex/appsearch/framework/api/ |
H A D | current.txt | 53 method @NonNull public String getSchemaType(); 81 method @NonNull public String getSchemaType(); 175 method @NonNull public String getSchemaType(); 430 method @NonNull public String getSchemaType();
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImplTest.java | 165 .getSchemaType()) in testRewriteSchema_addType() 171 .getSchemaType()) in testRewriteSchema_addType() 177 .getSchemaType()) in testRewriteSchema_addType() 1712 existingPackages.add(PrefixUtil.getPackageName(existingSchemas.get(i).getSchemaType())); in testPrunePackageData()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
H A D | AppSearchManagerService.java | 965 document.getSchemaType(), in putDocumentsFromFile()
|
/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/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 ... |