/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | SetSchemaRequest.java | 327 public Builder setSchemaTypeDisplayedBySystem( in setSchemaTypeDisplayedBySystem() 368 public Builder addRequiredPermissionsForSchemaTypeVisibility( in addRequiredPermissionsForSchemaTypeVisibility() 389 public Builder clearRequiredPermissionsForSchemaTypeVisibility(@NonNull String schemaType) { in clearRequiredPermissionsForSchemaTypeVisibility() 420 public Builder setSchemaTypeVisibilityForPackage( in setSchemaTypeVisibilityForPackage() 475 public Builder setMigrator(@NonNull String schemaType, @NonNull Migrator migrator) { in setMigrator()
|
D | GetSchemaResponse.java | 290 public Builder addSchemaTypeNotDisplayedBySystem(@NonNull String schemaType) { in addSchemaTypeNotDisplayedBySystem() 322 public Builder setSchemaTypeVisibleToPackages( in setSchemaTypeVisibleToPackages() 368 public Builder setRequiredPermissionsForSchemaTypeVisibility( in setRequiredPermissionsForSchemaTypeVisibility()
|
D | GetByDocumentIdRequest.java | 174 public Builder addProjection( in addProjection() 206 public Builder addProjectionPaths( in addProjectionPaths()
|
D | VisibilityDocument.java | 255 String schemaType = searchSchema.getSchemaType(); in toVisibilityDocuments() local
|
D | SetSchemaResponse.java | 319 @NonNull String schemaType, in MigrationFailure()
|
D | SearchSpec.java | 1021 public SearchSpec.Builder setPropertyWeights( in setPropertyWeights() 1086 public SearchSpec.Builder setPropertyWeightPaths( in setPropertyWeightPaths()
|
D | AppSearchSchema.java | 167 public Builder(@NonNull String schemaType) { in Builder() 1096 public Builder(@NonNull String propertyName, @NonNull String schemaType) { in Builder()
|
D | GenericDocument.java | 1028 public Builder(@NonNull String namespace, @NonNull String id, @NonNull String schemaType) { in Builder() 1104 public BuilderType setSchemaType(@NonNull String schemaType) { in setSchemaType()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | ObserverManager.java | 200 @NonNull String schemaType, in onDocumentChange() 306 public boolean isSchemaTypeObserved(@NonNull String packageName, @NonNull String schemaType) { in isSchemaTypeObserved() 331 @NonNull String schemaType, in getObserversForSchemaType() 451 private static boolean matchesSpec( in matchesSpec()
|
D | AppSearchImpl.java | 1858 String schemaType = null; in remove() local 2083 String schemaType = PrefixUtil.removePrefix(group.getSchema()); in dispatchChangeNotificationsAfterRemoveByQueryLocked() local 2519 String schemaType = existingSchema.getTypes(i).getSchemaType(); in rewriteSchema() local 2677 Map<String, Map<String, SchemaTypeConfigProto>> map, String prefix, String schemaType) { in removeFromMap() argument
|
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/ |
D | SearchResultToProtoConverterTest.java | 50 final String schemaType = prefix + "schema"; in testToSearchResultProto() local 111 final String schemaType = prefix + "schema"; in testToSearchResultProtoWithDoublyNested() local
|
D | SearchSpecToProtoConverterTest.java | 289 String schemaType = "schemaType"; in testToScoringSpecProto() local
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/ |
D | VisibilityStoreMigrationHelperFromV0.java | 112 static boolean isDeprecatedType(@NonNull String schemaType) { in isDeprecatedType() 253 @NonNull String schemaType) { in getOrCreateBuilder()
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/util/ |
D | SchemaMigrationUtil.java | 64 String schemaType = entry.getKey(); in getActiveMigrators() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchDao.java | 78 String schemaType = genericDocument.getSchemaType(); in iterateSearchResults() local
|
/packages/modules/AppSearch/framework/java/android/app/appsearch/ |
D | AppSearchMigrationHelper.java | 101 void queryAndTransform(@NonNull String schemaType, @NonNull Migrator migrator, in queryAndTransform()
|