Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 18 of 18) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DGenericDocumentToProtoConverter.java184 SchemaTypeConfigProto schema = in toGenericDocument() local
195 @NonNull SchemaTypeConfigProto schema) { in setEmptyProperty()
DSchemaToProtoConverter.java50 public static SchemaTypeConfigProto toSchemaTypeConfigProto( in toSchemaTypeConfigProto()
DSearchSpecToProtoConverter.java596 String schema; in getSchemaToPrefixedSchemas() local
637 String schema; in getPackageAndSchemaToPrefixedSchemas() local
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/safetycenter/lint/
DConfigSchemaDetector.kt93 val schema = schemaFactory.newSchema(xsd) in testSchema() constant
/packages/modules/Bluetooth/system/gd/dumpsys/
Dfilter.cc75 virtual void FilterTable(const reflection::Schema* schema, flatbuffers::Table* table){}; in FilterTable()
142 void UserPrivacyFilter::FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) { in FilterTable()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSetSchemaResponseInternalTest.java85 AppSearchSchema schema = in testPropertyConfig_deletionPropagation() local
DAppSearchSessionInternalTestBase.java679 AppSearchSchema schema = in testGetSchema_deletionPropagation_unsupported() local
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSuggestionSpec.java339 public Builder addFilterProperties( in addFilterProperties()
371 public Builder addFilterPropertyPaths( in addFilterPropertyPaths()
DGetSchemaResponse.java272 public Builder addSchema(@NonNull AppSearchSchema schema) { in addSchema()
DSearchSpec.java873 public SearchSpec.Builder addProjection( in addProjection()
954 public SearchSpec.Builder addProjectionPaths( in addProjectionPaths()
/packages/modules/Bluetooth/tools/pdl/src/
Dmain.rs101 let schema = backends::intermediate::generate(&file).unwrap(); in main() localVariable
/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
Dbundler.cc100 const reflection::Schema* schema = reflection::GetSchema(raw_schema.data()); in CreateBinarySchemaBundle() local
/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys.cc97 const reflection::Schema* schema = reflection_schema_.FindInReflectionSchema(root_name); in PrintAsJson() local
/packages/modules/Bluetooth/tools/pdl/src/backends/
Dintermediate.rs101 let mut schema = Schema { packets_and_structs: HashMap::new(), enums: HashMap::new() }; in generate() localVariable
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java388 SchemaTypeConfigProto schema = schemaProtoTypesList.get(i); in AppSearchImpl() local
746 AppSearchSchema schema = schemas.get(i); in doSetSchemaNoChangeNotificationLocked() local
916 AppSearchSchema schema = in getSchema() local
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java2078 List<AppSearchSchema> schema = in testClearPackageData() local
2154 List<AppSearchSchema> schema = in testPrunePackageData() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java2333 String schema = c.getString(0); in hasAutoIncrement() local
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs90 schema: RefCell<GattDatabaseSchema>, field