HomeSort by relevance Sort by last modified time
    Searched defs:mAuthentication (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/net/
IpSecConfig.java 54 private IpSecAlgorithm mAuthentication;
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, rhs.mAuthentication
    [all...]
  /frameworks/base/core/java/android/service/autofill/
Dataset.java 103 private final IntentSender mAuthentication;
112 mAuthentication = builder.mAuthentication;
140 return mAuthentication;
175 if (mAuthentication != null) {
202 private IntentSender mAuthentication;
273 mAuthentication = authentication;
498 parcel.writeParcelable(mAuthentication, flags);
FillResponse.java 80 private final @Nullable IntentSender mAuthentication;
95 mAuthentication = builder.mAuthentication;
136 return mAuthentication;
194 private IntentSender mAuthentication;
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 != null)
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CannedFillResponse.java 79 private final IntentSender mAuthentication;
106 mAuthentication = builder.mAuthentication;
198 mAuthentication, mPresentation);
240 + ", hasAuthentication=" + (mAuthentication != null)
273 private IntentSender mAuthentication;
389 mAuthentication = authentication;
498 private final IntentSender mAuthentication;
508 mAuthentication = builder.mAuthentication;
    [all...]

Completed in 179 milliseconds