Home
last modified time | relevance | path

Searched refs:mAuthentication (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecConfig.java54 private IpSecAlgorithm mAuthentication; field in IpSecConfig
102 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()
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java80 private final @Nullable IntentSender mAuthentication; field in FillResponse
96 mAuthentication = builder.mAuthentication; in FillResponse()
138 return mAuthentication; in getAuthentication()
201 private IntentSender mAuthentication; field in FillResponse.Builder
288 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()
DDataset.java104 private final IntentSender mAuthentication; field in Dataset
113 mAuthentication = builder.mAuthentication; in Dataset()
141 return mAuthentication; in getAuthentication()
176 if (mAuthentication != null) { in toString()
203 private IntentSender mAuthentication; field in Dataset.Builder
274 mAuthentication = authentication; in setAuthentication()
499 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46800 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;