Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecConfig.java54 private IpSecAlgorithm mAuthentication; field in IpSecConfig
99 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()
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java80 private final @Nullable IntentSender mAuthentication; field in FillResponse
95 mAuthentication = builder.mAuthentication; in FillResponse()
136 return mAuthentication; in getAuthentication()
194 private IntentSender mAuthentication; field in FillResponse.Builder
279 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()
DDataset.java103 private final IntentSender mAuthentication; field in Dataset
112 mAuthentication = builder.mAuthentication; in Dataset()
140 return mAuthentication; in getAuthentication()
175 if (mAuthentication != null) { in toString()
202 private IntentSender mAuthentication; field in Dataset.Builder
273 mAuthentication = authentication; in setAuthentication()
498 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()