HomeSort by relevance Sort by last modified time
    Searched refs:UNSET_MTU (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 209 public static final int UNSET_MTU = 0;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 372 if (lp.getMtu() != PhoneConstants.UNSET_MTU) {
377 if (apn != null && apn.mtu != PhoneConstants.UNSET_MTU) {
385 if (mtu != PhoneConstants.UNSET_MTU) {
447 "", "", "", "", PhoneConstants.UNSET_MTU);
    [all...]
ApnSetting.java 230 int mtu = PhoneConstants.UNSET_MTU;
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1063 milliseconds