Home
last modified time | relevance | path

Searched defs:country_code (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/
Dwifi_aware_protocols_multi_country_test.py51 country_code = 'US,JP,DE,AU,CN,GB' variable in ProtocolsMultiCountryTest
Dwifi_aware_datapath_test.py1487 def set_wifi_country_code(self, argument
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc232 const uint8_t country_code = 0x21; in HID_DevAddRecord() local
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs382 let country_code = match CountryCode::try_from(CountryCodeJni::new(ctx.env, country_code)) { in set_country_code() localVariable
Dobject_mapping.rs426 let country_code = [country_code_vec[0], country_code_vec[1]]; in try_from() localVariable
/packages/modules/Uwb/service/uci/jni/src/
Duci_jni_android_new.rs1202 let country_code = in native_set_country_code() localVariable