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