Searched refs:mAuthentication (Results 1 – 2 of 2) sorted by relevance
55 private IpSecAlgorithm mAuthentication; field in IpSecConfig103 mAuthentication = authentication; in setAuthentication()178 return mAuthentication; in getAuthentication()232 out.writeParcelable(mAuthentication, flags); in writeToParcel()255 mAuthentication = c.mAuthentication; in IpSecConfig()274 mAuthentication = in IpSecConfig()312 .append(mAuthentication) in toString()353 && IpSecAlgorithm.equals(mAuthentication, rhs.mAuthentication) in equals()
259 Landroid/net/IpSecConfig;->mAuthentication:Landroid/net/IpSecAlgorithm;