Searched refs:NOT_IN_MAP_INT (Results 1 – 1 of 1) sorted by relevance
63 private static final int NOT_IN_MAP_INT = -1; field in ApnSetting706 return (mMvnoType != NOT_IN_MAP_INT) && !TextUtils.isEmpty(mMvnoMatchData); in hasMvnoParams()1053 return value == null ? NOT_IN_MAP_INT : value; in nullToNotInMapInt()1103 private int mProtocol = NOT_IN_MAP_INT;1104 private int mRoamingProtocol = NOT_IN_MAP_INT;1113 private int mMvnoType = NOT_IN_MAP_INT;