Searched refs:mApn (Results 1 – 2 of 2) sorted by relevance
67 private final String mApn; field in DataProfile114 this.mApn = apn; in DataProfile()138 mApn = source.readString(); in DataProfile()166 public String getApn() { return mApn; } in getApn()264 (mApn + "/" + mUserName + "/" + mPassword)) + "/" + mType + "/" in toString()274 dest.writeString(mApn); in writeToParcel()324 && Objects.equals(mApn, that.mApn) in equals()331 return Objects.hash(mProfileId, mApn, mProtocolType, mAuthType, mUserName, mPassword, mType, in hashCode()354 private String mApn; field in DataProfile.Builder418 mApn = apn; in setApn()[all …]
110 private String mApn; field in GnssNetworkConnectivityHandler.NetworkAttributes327 String apn = networkAttributes.mApn;379 networkAttributes.mApn = info.getExtraInfo();