Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs5461 pub struct AndroidNotificationPacket { struct
5462 uci_packet: Arc<UciPacketData>,
5463 uci_notification: Arc<UciNotificationData>,
5464 android_notification: Arc<AndroidNotificationData>,
5489 impl Packet for AndroidNotificationPacket { implementation
5510 impl TryFrom<UciPacketPacket> for AndroidNotificationPacket { implementation
5516 impl AndroidNotificationPacket { implementation
5546 impl Into<UciPacketPacket> for AndroidNotificationPacket { implementation
5551 impl Into<UciNotificationPacket> for AndroidNotificationPacket { implementation
5557 pub fn build(self) -> AndroidNotificationPacket { in build()