Searched refs:mAuthentication (Results 1 – 4 of 4) sorted by relevance
54 private IpSecAlgorithm mAuthentication; field in IpSecConfig102 mAuthentication = authentication; in setAuthentication()177 return mAuthentication; in getAuthentication()231 out.writeParcelable(mAuthentication, flags); in writeToParcel()254 mAuthentication = c.mAuthentication; in IpSecConfig()273 mAuthentication = in IpSecConfig()311 .append(mAuthentication) in toString()352 && IpSecAlgorithm.equals(lhs.mAuthentication, rhs.mAuthentication) in equals()
80 private final @Nullable IntentSender mAuthentication; field in FillResponse96 mAuthentication = builder.mAuthentication; in FillResponse()138 return mAuthentication; in getAuthentication()201 private IntentSender mAuthentication; field in FillResponse.Builder288 mAuthentication = authentication; in setAuthentication()452 if (mAuthentication != null || mDatasets != null || mSaveInfo != null in disableAutofill()564 if (mAuthentication == null && mDatasets == null && mSaveInfo == null in build()592 if (mAuthentication != null) { in throwIfAuthenticationCalled()626 if (mAuthentication != null) { in toString()660 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()
104 private final IntentSender mAuthentication; field in Dataset113 mAuthentication = builder.mAuthentication; in Dataset()141 return mAuthentication; in getAuthentication()176 if (mAuthentication != null) { in toString()203 private IntentSender mAuthentication; field in Dataset.Builder274 mAuthentication = authentication; in setAuthentication()499 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()
46800 Landroid/net/IpSecConfig;->mAuthentication:Landroid/net/IpSecAlgorithm;67087 Landroid/service/autofill/Dataset$Builder;->mAuthentication:Landroid/content/IntentSender;67109 Landroid/service/autofill/Dataset;->mAuthentication:Landroid/content/IntentSender;67171 Landroid/service/autofill/FillResponse$Builder;->mAuthentication:Landroid/content/IntentSender;67201 Landroid/service/autofill/FillResponse;->mAuthentication:Landroid/content/IntentSender;