Searched refs:mApnSetId (Results 1 – 1 of 1) sorted by relevance
392 private final int mApnSetId; field in ApnSetting485 return mApnSetId; in getApnSetId()773 this.mApnSetId = builder.mApnSetId; in ApnSetting()907 apn.mMaxConnsTime, apn.mMtu, apn.mMvnoType, apn.mMvnoMatchData, apn.mApnSetId, in makeApnSetting()1155 sb.append(", ").append(mApnSetId); in toString()1255 && Objects.equals(mApnSetId, other.mApnSetId) in equals()1302 && Objects.equals(mApnSetId, other.mApnSetId) in equals()1331 && Objects.equals(mApnSetId, other.mApnSetId) in similar()1587 dest.writeInt(mApnSetId); in writeToParcel()1693 private int mApnSetId; field in ApnSetting.Builder[all …]