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

/frameworks/base/core/java/android/net/
H A DIpSecConfig.java54 private IpSecAlgorithm mAuthentication; field in class:IpSecConfig
99 mAuthentication = authentication;
158 return mAuthentication;
208 out.writeParcelable(mAuthentication, flags);
230 mAuthentication = c.mAuthentication;
248 mAuthentication =
284 .append(", mAuthentication=")
285 .append(mAuthentication)
325 && IpSecAlgorithm.equals(lhs.mAuthentication, rh
[all...]
/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java80 private final @Nullable IntentSender mAuthentication; field in class:FillResponse
95 mAuthentication = builder.mAuthentication;
136 return mAuthentication;
194 private IntentSender mAuthentication; field in class:FillResponse.Builder
279 mAuthentication = authentication;
437 if (mAuthentication != null || mDatasets != null || mSaveInfo != null
527 if (mAuthentication == null && mDatasets == null && mSaveInfo == null
555 if (mAuthentication != null) {
589 if (mAuthentication !
[all...]
H A DDataset.java103 private final IntentSender mAuthentication; field in class:Dataset
112 mAuthentication = builder.mAuthentication;
140 return mAuthentication;
175 if (mAuthentication != null) {
202 private IntentSender mAuthentication; field in class:Dataset.Builder
273 mAuthentication = authentication;
498 parcel.writeParcelable(mAuthentication, flags);

Completed in 71 milliseconds