Home | History | Annotate | Download | only in net

Lines Matching defs:mAuthentication

54     private IpSecAlgorithm mAuthentication;
99 mAuthentication = authentication;
158 return mAuthentication;
208 out.writeParcelable(mAuthentication, flags);
230 mAuthentication = c.mAuthentication;
248 mAuthentication =
284 .append(", mAuthentication=")
285 .append(mAuthentication)
325 && IpSecAlgorithm.equals(lhs.mAuthentication, rhs.mAuthentication)