Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DKeepalivePacketDataUtilTest.java68 final int wndScale = 2; in testFromTcpKeepaliveStableParcelable() local
80 testInfo.rcvWndScale = wndScale; in testFromTcpKeepaliveStableParcelable()
130 assertEquals(buf.getShort(), wnd >> wndScale); in testFromTcpKeepaliveStableParcelable() local
142 final int wndScale = 2; in testToTcpKeepaliveStableParcelable() local
153 testInfo.rcvWndScale = wndScale; in testToTcpKeepaliveStableParcelable()
167 assertEquals(resultData.rcvWndScale, wndScale); in testToTcpKeepaliveStableParcelable()
185 final int wndScale = 2; in testParseTcpKeepalivePacketData() local
196 testParcel.rcvWndScale = wndScale; in testParseTcpKeepalivePacketData()