Searched refs:testParcel (Results 1 – 8 of 8) sorted by relevance
188 final TcpKeepalivePacketDataParcelable testParcel = new TcpKeepalivePacketDataParcelable(); in testParseTcpKeepalivePacketData() local189 testParcel.srcAddress = IPV4_KEEPALIVE_SRC_ADDR; in testParseTcpKeepalivePacketData()190 testParcel.srcPort = srcPort; in testParseTcpKeepalivePacketData()191 testParcel.dstAddress = IPV4_KEEPALIVE_DST_ADDR; in testParseTcpKeepalivePacketData()192 testParcel.dstPort = dstPort; in testParseTcpKeepalivePacketData()193 testParcel.seq = sequence; in testParseTcpKeepalivePacketData()194 testParcel.ack = ack; in testParseTcpKeepalivePacketData()195 testParcel.rcvWnd = wnd; in testParseTcpKeepalivePacketData()196 testParcel.rcvWndScale = wndScale; in testParseTcpKeepalivePacketData()197 testParcel.tos = tos; in testParseTcpKeepalivePacketData()[all …]
84 public void testParcel() { in testParcel() method in TelephonyNetworkSpecifierTest
52 fun testParcel() { in testParcel() method
95 fun testParcel() { in testParcel() method
59 public void testParcel() { in testParcel() method in AppInfoTest
119 public void testParcel() { in testParcel() method in IpConfigurationTest
43 public void testParcel() { in testParcel() method in WifiAwareAgentNetworkSpecifierTest
117 public void testParcel() throws Exception { in testParcel() method in NsdServiceInfoTest