Searched refs:mApnSetId (Results 1 – 1 of 1) sorted by relevance
287 private final int mApnSetId; field in ApnSetting380 return mApnSetId; in getApnSetId()668 this.mApnSetId = builder.mApnSetId; in ApnSetting()802 apn.mMaxConnsTime, apn.mMtu, apn.mMvnoType, apn.mMvnoMatchData, apn.mApnSetId, in makeApnSetting()1050 sb.append(", ").append(mApnSetId); in toString()1145 && Objects.equals(mApnSetId, other.mApnSetId) in equals()1192 && Objects.equals(mApnSetId, other.mApnSetId) in equals()1221 && Objects.equals(mApnSetId, other.mApnSetId) in similar()1470 dest.writeInt(mApnSetId); in writeToParcel()1576 private int mApnSetId; field in ApnSetting.Builder[all …]