Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecConfig.java55 private IpSecAlgorithm mAuthentication; field in IpSecConfig
103 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()
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java81 private final @Nullable IntentSender mAuthentication; field in FillResponse
100 mAuthentication = builder.mAuthentication; in FillResponse()
149 return mAuthentication; in getAuthentication()
224 private IntentSender mAuthentication; field in FillResponse.Builder
313 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 …]
DDataset.java112 private final IntentSender mAuthentication; field in Dataset
123 mAuthentication = builder.mAuthentication; in Dataset()
158 return mAuthentication; in getAuthentication()
198 if (mAuthentication != null) { in toString()
227 private IntentSender mAuthentication; field in Dataset.Builder
339 mAuthentication = authentication; in setAuthentication()
693 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()