Searched refs:TEST_MTU (Results 1 – 2 of 2) sorted by relevance
67 private static final int TEST_MTU = 1300; field in Ikev2VpnProfileTest91 builder.setMaxMtu(TEST_MTU); in getBuilderWithDefaultOptions()111 assertEquals(TEST_MTU, profile.getMaxMtu()); in testBuildValidProfileWithOptions()291 assertEquals(TEST_MTU, profile.maxMtu); in verifyVpnProfileCommon()
106 private static final int TEST_MTU = 1300; field in VcnGatewayConnectionTest211 doReturn(TEST_MTU).when(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()237 doReturn(TEST_MTU - TEST_MTU_DELTA).when(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()