Searched refs:mAuthentication (Results 1 – 3 of 3) 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()
81 private final @Nullable IntentSender mAuthentication; field in FillResponse100 mAuthentication = builder.mAuthentication; in FillResponse()149 return mAuthentication; in getAuthentication()224 private IntentSender mAuthentication; field in FillResponse.Builder313 mAuthentication = authentication; in setAuthentication()373 mAuthentication = authentication; in setAuthentication()538 if (mAuthentication != null || mDatasets != null || mSaveInfo != null in disableAutofill()669 if (mAuthentication == null && mDatasets == null && mSaveInfo == null in build()709 if (mAuthentication != null) { in throwIfAuthenticationCalled()746 if (mAuthentication != null) { in toString()[all …]
112 private final IntentSender mAuthentication; field in Dataset123 mAuthentication = builder.mAuthentication; in Dataset()158 return mAuthentication; in getAuthentication()198 if (mAuthentication != null) { in toString()227 private IntentSender mAuthentication; field in Dataset.Builder339 mAuthentication = authentication; in setAuthentication()693 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()