Searched defs:MTU (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java44 private static int MTU = 1500; field in class:LinkPropertiesTest
104 source.setMtu(MTU);
116 target.setMtu(MTU);
129 target.setMtu(MTU);
142 target.setMtu(MTU);
154 target.setMtu(MTU);
166 target.setMtu(MTU);
201 source.setMtu(MTU);
212 target.setMtu(MTU);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java250 * The MTU size of the mobile interface to which the APN connected
253 public static final String MTU = "mtu"; field in interface:Telephony.TextBasedSmsColumns
2670 * The MTU size of the mobile interface to which the APN connected
2674 public static final String MTU = "mtu"; field in class:Telephony.Carriers

Completed in 193 milliseconds