Searched refs:mApnSetId (Results 1 – 1 of 1) sorted by relevance
389 private final int mApnSetId; field in ApnSetting482 return mApnSetId; in getApnSetId()770 this.mApnSetId = builder.mApnSetId; in ApnSetting()904 apn.mMaxConnsTime, apn.mMtu, apn.mMvnoType, apn.mMvnoMatchData, apn.mApnSetId, in makeApnSetting()1152 sb.append(", ").append(mApnSetId); in toString()1252 && Objects.equals(mApnSetId, other.mApnSetId) in equals()1299 && Objects.equals(mApnSetId, other.mApnSetId) in equals()1328 && Objects.equals(mApnSetId, other.mApnSetId) in similar()1584 dest.writeInt(mApnSetId); in writeToParcel()1690 private int mApnSetId; field in ApnSetting.Builder[all …]