Searched refs:mAuthentication (Results 1 – 3 of 3) sorted by relevance
54 private IpSecAlgorithm mAuthentication; field in IpSecConfig99 mAuthentication = authentication; in setAuthentication()158 return mAuthentication; in getAuthentication()208 out.writeParcelable(mAuthentication, flags); in writeToParcel()230 mAuthentication = c.mAuthentication; in IpSecConfig()248 mAuthentication = in IpSecConfig()285 .append(mAuthentication) in toString()325 && IpSecAlgorithm.equals(lhs.mAuthentication, rhs.mAuthentication) in equals()
80 private final @Nullable IntentSender mAuthentication; field in FillResponse95 mAuthentication = builder.mAuthentication; in FillResponse()136 return mAuthentication; in getAuthentication()194 private IntentSender mAuthentication; field in FillResponse.Builder279 mAuthentication = authentication; in setAuthentication()437 if (mAuthentication != null || mDatasets != null || mSaveInfo != null in disableAutofill()527 if (mAuthentication == null && mDatasets == null && mSaveInfo == null in build()555 if (mAuthentication != null) { in throwIfAuthenticationCalled()589 if (mAuthentication != null) { in toString()620 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()
103 private final IntentSender mAuthentication; field in Dataset112 mAuthentication = builder.mAuthentication; in Dataset()140 return mAuthentication; in getAuthentication()175 if (mAuthentication != null) { in toString()202 private IntentSender mAuthentication; field in Dataset.Builder273 mAuthentication = authentication; in setAuthentication()498 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()