Searched refs:UNSET_MTU (Results 1 – 3 of 3) sorted by relevance
209 public static final int UNSET_MTU = 0; field in PhoneConstants
442 if (lp.getMtu() != PhoneConstants.UNSET_MTU) { in checkSetMtu()447 if (apn != null && apn.mtu != PhoneConstants.UNSET_MTU) { in checkSetMtu()455 if (mtu != PhoneConstants.UNSET_MTU) { in checkSetMtu()516 null, null, null, null, PhoneConstants.UNSET_MTU); in onConnect()
352 int mtu = PhoneConstants.UNSET_MTU; in fromString()