Searched refs:UNSET_MTU (Results 1 – 4 of 4) sorted by relevance
185 public static final int UNSET_MTU = 0; field in PhoneConstants
52 public int mtu = PhoneConstants.UNSET_MTU;
190 int mtu = PhoneConstants.UNSET_MTU; in fromString()
387 if (lp.getMtu() != PhoneConstants.UNSET_MTU) { in checkSetMtu()392 if (apn != null && apn.mtu != PhoneConstants.UNSET_MTU) { in checkSetMtu()400 if (mtu != PhoneConstants.UNSET_MTU) { in checkSetMtu()524 response.mtu = PhoneConstants.UNSET_MTU; in onConnect()