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

/frameworks/base/tests/net/java/android/net/
H A DLinkPropertiesTest.java61 private static int MTU = 1500; field in class:LinkPropertiesTest
134 source.setMtu(MTU);
146 target.setMtu(MTU);
159 target.setMtu(MTU);
172 target.setMtu(MTU);
184 target.setMtu(MTU);
196 target.setMtu(MTU);
225 source.setMtu(MTU);
236 target.setMtu(MTU);
809 source.setMtu(MTU);
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java223 private static final int MTU = 1234; field in class:RILTest
1674 ROAMING_PROTOCOL, BEARER_BITMAP, MTU, MVNO_TYPE, MVNO_MATCH_DATA, MODEM_COGNITIVE);
1698 assertEquals(MTU, dpi.mtu);
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java255 * The MTU size of the mobile interface to which the APN connected
258 public static final String MTU = "mtu"; field in interface:Telephony.TextBasedSmsColumns
2828 * The MTU size of the mobile interface to which the APN connected
2832 public static final String MTU = "mtu"; field in class:Telephony.Carriers

Completed in 96 milliseconds