Searched refs:getMtu (Results 1 – 14 of 14) sorted by relevance
183 setMtu(source.getMtu()); in LinkProperties()553 public int getMtu() { in getMtu() method in LinkProperties1119 return getMtu() == target.getMtu(); in isIdenticalMtu()
205 public int getMtu() { return mMtu; } in getMtu() method in DataProfile
173 public int getMtu() { return mMtu; } in getMtu() method in DataCallResponse
256 public int getMtu() { in getMtu() method in ApnSetting
220 v6only.setMtu(lp.getMtu()); in getIPv6OnlyLinkProperties()
314 params.mtu = v6only.getMtu(); in updateUpstreamIPv6LinkProperties()
553 assertEquals(response.getMtu(), linkProperties.getMtu()); in testSetLinkProperties()
527 assertEquals(0, dp.getMtu()); in verifyDataProfile()
442 if (lp.getMtu() != PhoneConstants.UNSET_MTU) { in checkSetMtu()443 if (DBG) log("MTU set by call response to: " + lp.getMtu()); in checkSetMtu()1137 linkProperties.setMtu(response.getMtu()); in setLinkProperties()
4108 assertEquals(1300, ((LinkProperties)cbi.arg).getMtu()); in testLinkPropertiesWithPrivateDnsValidationEvents()4122 assertEquals(1300, ((LinkProperties)cbi.arg).getMtu()); in testLinkPropertiesWithPrivateDnsValidationEvents()
188 Landroid/net/LinkProperties;->getMtu()I
3667 HPLandroid/net/LinkProperties;->getMtu()I
1895 final int mtu = newLp.getMtu(); in updateMtu()
1145 dpi.mtu = dp.getMtu(); in convertToHalDataProfile()