Searched refs:MTU (Results 1 - 6 of 6) 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/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
/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/telephony/data/
H A DApnSetting.java251 * Returns the MTU size of the mobile interface to which the APN connected.
253 * @return the MTU size of the APN
651 cursor.getInt(cursor.getColumnIndexOrThrow(Telephony.Carriers.MTU)),
1132 * Set the MTU size of the mobile interface to which the APN connected.
1134 * @param mtu the MTU size to set for the APN
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java231 Telephony.Carriers.MAX_CONNS_TIME, Telephony.Carriers.MTU,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1893 cursor.getInt(cursor.getColumnIndexOrThrow(Telephony.Carriers.MTU)),

Completed in 241 milliseconds