Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 25 of 95) sorted by relevance

1234

/packages/modules/Bluetooth/system/bta/test/
Dbta_pan_test.cc37 bool adding; member
51 void BTA_SYS_EIR_CBACK(uint16_t uuid16, bool adding) { in BTA_SYS_EIR_CBACK() argument
52 bta_sys_eir_closure(uuid16, adding); in BTA_SYS_EIR_CBACK()
76 bta_sys_eir_closure = [this](uint16_t uuid16, bool adding) { in SetUp() argument
79 .adding = adding, in SetUp()
137 ASSERT_EQ(true, uuids[0].adding); in TEST_F()
139 ASSERT_EQ(true, uuids[1].adding); in TEST_F()
/packages/modules/Bluetooth/
DAndroid.bp44 // Be careful when adding new properties here:
47 // them to avoid allowing adding new warnings in targets that didn't contained
48 // them (you can use the bpmodify tool to ease the work of adding this warning
60 // - Try avoiding adding option that would not fit "future" targets, for exemple dependencies,
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.h382 std::function<void(const tBTA_CUSTOM_UUID& curr, bool adding)> body{
384 void operator()(const tBTA_CUSTOM_UUID& curr, bool adding) { in operator()
385 body(curr, adding); in operator()
394 std::function<void(uint16_t uuid16, bool adding)> body{
396 void operator()(uint16_t uuid16, bool adding) { body(uuid16, adding); }; in operator()
Dmock_bta_dm_act.cc203 void bta_dm_eir_update_cust_uuid(const tBTA_CUSTOM_UUID& curr, bool adding) { in bta_dm_eir_update_cust_uuid() argument
205 test::mock::bta_dm_act::bta_dm_eir_update_cust_uuid(curr, adding); in bta_dm_eir_update_cust_uuid()
207 void bta_dm_eir_update_uuid(uint16_t uuid16, bool adding) { in bta_dm_eir_update_uuid() argument
209 test::mock::bta_dm_act::bta_dm_eir_update_uuid(uuid16, adding); in bta_dm_eir_update_uuid()
/packages/modules/HealthFitness/flags/
Dhealthfitness-flags.aconfig8 description: "Flag for adding new PHR features."
23 description: "Flag for adding new export/import feature."
Dflags.aconfig17 description: "Flag for adding the new data type skin temperature."
25 description: "Flag for adding the new data type planned exercise sessions."
/packages/services/BuiltInPrintService/src/com/android/bips/ui/
DPrinterPreference.java32 DiscoveredPrinter printer, boolean adding) { in PrinterPreference() argument
36 mAdding = adding; in PrinterPreference()
/packages/apps/Nfc/apex/
DAndroid.bp88 // This is disabled for now since the build system does not allow for adding a bootclasspath
89 // fragment and conditionally adding it to PRODUCT_APEX_BOOT_JARS.
133 // here won't prevent other bootclasspath modules from adding classes in
134 // any of those packages but it will prevent them from adding those
/packages/modules/Virtualization/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
149 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Scheduling/apex/
DAndroid.bp60 // here won't prevent other bootclasspath modules from adding classes in
61 // any of those packages but it will prevent them from adding those
/packages/modules/OnDevicePersonalization/apex/
DAndroid.bp65 // here won't prevent other bootclasspath modules from adding classes in
66 // any of those packages but it will prevent them from adding those
/packages/modules/DeviceLock/apex/
DAndroid.bp56 // here won't prevent other bootclasspath modules from adding classes in
57 // any of those packages but it will prevent them from adding those
/packages/modules/Virtualization/virtualizationmanager/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/apps/Settings/aconfig/
Dsettings_notification_flag_declarations.aconfig7 description: "Controls adding group names to channel names in the DND>Apps settings page"
/packages/modules/Virtualization/virtualizationservice/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/rialto/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/microdroid_manager/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/apkdmverity/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/libs/fdtpci/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/service_vm/client_vm_csr/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/libs/vbmeta/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/encryptedstore/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/libs/apexutil/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/libs/avflog/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in
/packages/modules/Virtualization/service_vm/requests/
DTEST_MAPPING1 // When adding or removing tests here, don't forget to amend _all_modules list in

1234