Home
last modified time | relevance | path

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

/external/rust/pica/src/
Ddevice.rs335 cmd: AndroidSetCountryCodeCmdPacket, in command_set_country_code()
Duci_packets.rs13456 pub struct AndroidSetCountryCodeCmdPacket { struct
13457 uci_packet: Arc<UciPacketData>,
13458 uci_command: Arc<UciCommandData>,
13459 android_command: Arc<AndroidCommandData>,
13460 android_set_country_code_cmd: Arc<AndroidSetCountryCodeCmdData>,
13499 impl Packet for AndroidSetCountryCodeCmdPacket { implementation
13520 impl TryFrom<UciPacketPacket> for AndroidSetCountryCodeCmdPacket { implementation
13526 impl AndroidSetCountryCodeCmdPacket { implementation
13564 impl Into<UciPacketPacket> for AndroidSetCountryCodeCmdPacket { implementation
13569 impl Into<UciCommandPacket> for AndroidSetCountryCodeCmdPacket { implementation
[all …]