Searched refs:maxMtu (Results 1 – 5 of 5) sorted by relevance
138 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22 field in VpnProfile179 maxMtu = in.readInt(); in VpnProfile()229 out.writeInt(maxMtu); in writeToParcel()300 profile.maxMtu = Integer.parseInt(values[22]); in decode()351 builder.append(VALUE_DELIMITER).append(maxMtu); in encode()445 proxy, mAllowedAlgorithms, isBypassable, isMetered, maxMtu, areAuthParamsInline, in hashCode()477 && maxMtu == other.maxMtu in equals()
73 assertEquals(1360, p.maxMtu); in testDefaults()104 p.maxMtu = 1350; in getSampleIkev2Profile()119 modified.maxMtu--; in testEquals()
122 int maxMtu, in Ikev2VpnProfile() argument146 mMaxMtu = maxMtu; in Ikev2VpnProfile()409 profile.maxMtu = mMaxMtu; in toVpnProfile()468 builder.setMaxMtu(profile.maxMtu); in fromVpnProfile()
266 assertEquals(TEST_MTU, profile.maxMtu); in verifyVpnProfileCommon()
2278 final int maxMtu = mProfile.getMaxMtu();2296 mConfig.mtu = maxMtu;