Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java138 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22 field in VpnProfile
179 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()
/frameworks/base/tests/net/java/com/android/internal/net/
DVpnProfileTest.java73 assertEquals(1360, p.maxMtu); in testDefaults()
104 p.maxMtu = 1350; in getSampleIkev2Profile()
119 modified.maxMtu--; in testEquals()
/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java122 int maxMtu, in Ikev2VpnProfile() argument
146 mMaxMtu = maxMtu; in Ikev2VpnProfile()
409 profile.maxMtu = mMaxMtu; in toVpnProfile()
468 builder.setMaxMtu(profile.maxMtu); in fromVpnProfile()
/frameworks/base/tests/net/java/android/net/
DIkev2VpnProfileTest.java266 assertEquals(TEST_MTU, profile.maxMtu); in verifyVpnProfileCommon()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2278 final int maxMtu = mProfile.getMaxMtu();
2296 mConfig.mtu = maxMtu;