Home
last modified time | relevance | path

Searched defs:AndroidSetCountryCodeRspPacket (Results 1 – 2 of 2) sorted by relevance

/external/rust/pica/src/
Ddevice.rs336 ) -> AndroidSetCountryCodeRspPacket { in command_set_country_code()
Duci_packets.rs13632 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
[all …]