Lines Matching defs:AndroidSetCountryCodeRspPacket
13632 pub struct AndroidSetCountryCodeRspPacket { struct
13633 uci_packet: Arc<UciPacketData>,
13634 uci_response: Arc<UciResponseData>,
13635 android_response: Arc<AndroidResponseData>,
13636 android_set_country_code_rsp: Arc<AndroidSetCountryCodeRspData>,
13680 impl Packet for AndroidSetCountryCodeRspPacket { implementation
13701 impl TryFrom<UciPacketPacket> for AndroidSetCountryCodeRspPacket { implementation
13707 impl AndroidSetCountryCodeRspPacket { implementation
13745 impl Into<UciPacketPacket> for AndroidSetCountryCodeRspPacket { implementation
13750 impl Into<UciResponsePacket> for AndroidSetCountryCodeRspPacket { implementation
13755 impl Into<AndroidResponsePacket> for AndroidSetCountryCodeRspPacket { implementation
13761 pub fn build(self) -> AndroidSetCountryCodeRspPacket { in build()