Lines Matching refs:AndroidNotificationPacket
2983 AndroidNotification(AndroidNotificationPacket),
3130 AndroidNotificationPacket::new(self.uci_packet.clone()).unwrap(), in specialize()
5461 pub struct AndroidNotificationPacket { struct
5489 impl Packet for AndroidNotificationPacket { implementation
5500 impl From<AndroidNotificationPacket> for Bytes {
5501 fn from(packet: AndroidNotificationPacket) -> Self { in from()
5505 impl From<AndroidNotificationPacket> for Vec<u8> {
5506 fn from(packet: AndroidNotificationPacket) -> Self { in from()
5510 impl TryFrom<UciPacketPacket> for AndroidNotificationPacket { implementation
5516 impl AndroidNotificationPacket { impl
5546 impl Into<UciPacketPacket> for AndroidNotificationPacket { implementation
5551 impl Into<UciNotificationPacket> for AndroidNotificationPacket { implementation
5557 pub fn build(self) -> AndroidNotificationPacket { in build() argument
5569 AndroidNotificationPacket::new(uci_packet).unwrap() in build()