Home
last modified time | relevance | path

Searched refs:testParcel (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DKeepalivePacketDataUtilTest.java188 final TcpKeepalivePacketDataParcelable testParcel = new TcpKeepalivePacketDataParcelable(); in testParseTcpKeepalivePacketData() local
189 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 …]
DTelephonyNetworkSpecifierTest.java84 public void testParcel() { in testParcel() method in TelephonyNetworkSpecifierTest
/packages/modules/Connectivity/tests/common/java/android/net/
DMatchAllNetworkSpecifierTest.kt52 fun testParcel() { in testParcel() method
DNattKeepalivePacketDataTest.kt95 fun testParcel() { in testParcel() method
/packages/apps/Settings/tests/unit/src/com/android/settings/fuelgauge/batterytip/
DAppInfoTest.java59 public void testParcel() { in testParcel() method in AppInfoTest
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpConfigurationTest.java119 public void testParcel() { in testParcel() method in IpConfigurationTest
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifierTest.java43 public void testParcel() { in testParcel() method in WifiAwareAgentNetworkSpecifierTest
/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdServiceInfoTest.java117 public void testParcel() throws Exception { in testParcel() method in NsdServiceInfoTest