Home
last modified time | relevance | path

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

/external/rust/pica/src/
Ddevice.rs335 cmd: AndroidSetCountryCodeCmdPacket, in command_set_country_code() argument
Duci_packets.rs5108 AndroidSetCountryCodeCmd(AndroidSetCountryCodeCmdPacket),
5200 AndroidSetCountryCodeCmdPacket::new(self.uci_packet.clone()).unwrap(), in specialize()
13456 pub struct AndroidSetCountryCodeCmdPacket { struct
13499 impl Packet for AndroidSetCountryCodeCmdPacket { implementation
13510 impl From<AndroidSetCountryCodeCmdPacket> for Bytes {
13511 fn from(packet: AndroidSetCountryCodeCmdPacket) -> Self { in from()
13515 impl From<AndroidSetCountryCodeCmdPacket> for Vec<u8> {
13516 fn from(packet: AndroidSetCountryCodeCmdPacket) -> Self { in from()
13520 impl TryFrom<UciPacketPacket> for AndroidSetCountryCodeCmdPacket { implementation
13526 impl AndroidSetCountryCodeCmdPacket { implementation
[all …]