Searched refs:AndroidSetCountryCodeRsp (Results 1 – 7 of 7) sorted by relevance
334 AndroidResponseChild::AndroidSetCountryCodeRsp(evt) => { in try_from()
1359 packet AndroidSetCountryCodeRsp : AndroidPacket (mt = RESPONSE, oid = SET_COUNTRY_CODE) {1363 test AndroidSetCountryCodeRsp {
898 ) -> AndroidSetCountryCodeRsp { in android_set_country_code() argument
8726 AndroidSetCountryCodeRsp(AndroidSetCountryCodeRspData), enumerator8738 AndroidResponseDataChild::AndroidSetCountryCodeRsp(value) => { in get_total_size()8756 AndroidSetCountryCodeRsp(AndroidSetCountryCodeRsp), enumerator8807 AndroidResponseDataChild::AndroidSetCountryCodeRsp(child_data) in parse_inner()8831 AndroidResponseDataChild::AndroidSetCountryCodeRsp(child) => { in write_to()8908 AndroidResponseDataChild::AndroidSetCountryCodeRsp(_) => { in specialize()8909 AndroidResponseChild::AndroidSetCountryCodeRsp( in specialize()8910 AndroidSetCountryCodeRsp::new(self.ucicontrolpacket.clone()).unwrap(), in specialize()26519 pub struct AndroidSetCountryCodeRsp { struct26571 impl Packet for AndroidSetCountryCodeRsp { implementation[all …]
1421 packet AndroidSetCountryCodeRsp : AndroidResponse (opcode = 0x1) { //ANDROID_SET_COUNTRY_CODE1425 test AndroidSetCountryCodeRsp {
1626 return AndroidSetCountryCodeRsp.parse(fields.copy(), payload)4552 class AndroidSetCountryCodeRsp(AndroidPacket): class4568 return AndroidSetCountryCodeRsp(**fields), span