Home
last modified time | relevance | path

Searched refs:getSchemaType (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
H A DSchemaToProtoConverter.java53 .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 DGenericDocumentToProtoConverter.java56 .setSchema(document.getSchemaType()) in toDocumentProto()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchSchema.java89 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 DSetSchemaResponse.java352 public String getSchemaType() { in getSchemaType() method in SetSchemaResponse.MigrationFailure
371 + getSchemaType() in toString()
H A DSetSchemaRequest.java422 referencedSchemas.remove(schema.getSchemaType()); in build()
H A DGenericDocument.java147 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 DAppSearchMigrationHelper.java77 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 DAppSearchImpl.java310 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 DVisibilityStoreImpl.java108 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 DSchemaMigrationUtil.java56 existingTypes.add(schema.getSchemaType()); in getActiveMigrators()
/aosp12/frameworks/base/apex/appsearch/framework/api/
H A Dcurrent.txt53 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 DAppSearchImplTest.java165 .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 DAppSearchManagerService.java965 document.getSchemaType(), in putDocumentsFromFile()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...