Home | History | Annotate | Download | only in autofill

Lines Matching defs:mAuthentication

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) {
620 parcel.writeParcelable(mAuthentication, flags);