Lines Matching refs:AndroidSetCountryCodeCmdPacket
5108 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
13564 impl Into<UciPacketPacket> for AndroidSetCountryCodeCmdPacket { implementation
13569 impl Into<UciCommandPacket> for AndroidSetCountryCodeCmdPacket { implementation
13574 impl Into<AndroidCommandPacket> for AndroidSetCountryCodeCmdPacket { implementation
13580 pub fn build(self) -> AndroidSetCountryCodeCmdPacket { in build() argument
13597 AndroidSetCountryCodeCmdPacket::new(uci_packet).unwrap() in build()