Searched refs:TEST_MTU (Results 1 – 7 of 7) sorted by relevance
50 private static final int TEST_MTU = 1000; field in DhcpServingParamsParcelExtTest98 mParcel.setLinkMtu(TEST_MTU); in testSetLinkMtu()99 assertEquals(TEST_MTU, mParcel.linkMtu); in testSetLinkMtu()
63 private static final int TEST_MTU = 1500; field in DhcpServingParamsTest76 .setLinkMtu(TEST_MTU) in setUp()105 assertEquals(TEST_MTU, params.linkMtu); in testBuild_Immutable()185 parcel.linkMtu = TEST_MTU; in testFromParcelableObject()
97 private static final int TEST_MTU = 1500; field in DhcpServerTest182 .setLinkMtu(TEST_MTU) in makeServingParams()391 params.linkMtu = TEST_MTU; in updateServingParams()
78 private const val TEST_MTU = 1500.toShort()216 TEST_MTU, capportUrl.toString())226 TEST_MTU, false /* rapidCommit */, capportUrl.toString())
157 private static final int TEST_MTU = 1300; field in Ikev2VpnTest209 .setMaxMtu(TEST_MTU) in buildIkev2VpnProfileCommon()253 assertEquals(TEST_MTU, profile.getMaxMtu()); in checkBasicIkev2VpnProfile()
65 private static final int TEST_MTU = 1300; field in Ikev2VpnProfileTest96 builder.setMaxMtu(TEST_MTU); in getBuilderWithDefaultOptions()116 assertEquals(TEST_MTU, profile.getMaxMtu()); in testBuildValidProfileWithOptions()279 assertEquals(TEST_MTU, profile.maxMtu); in verifyVpnProfileCommon()
70 private val TEST_MTU = 1500 regex179 val buffer = ByteArray(TEST_MTU)