Searched refs:mAuthenticationIds (Results 1 – 2 of 2) sorted by relevance
81 private final @Nullable AutofillId[] mAuthenticationIds; field in FillResponse97 mAuthenticationIds = builder.mAuthenticationIds; in FillResponse()143 return mAuthenticationIds; in getAuthenticationIds()202 private AutofillId[] mAuthenticationIds; field in FillResponse.Builder290 mAuthenticationIds = assertValid(ids); in setAuthentication()629 if (mAuthenticationIds != null) { in toString()630 builder.append(", authenticationIds=").append(Arrays.toString(mAuthenticationIds)); in toString()659 parcel.writeParcelableArray(mAuthenticationIds, flags); in writeToParcel()
62754 Landroid/service/autofill/FillResponse$Builder;->mAuthenticationIds:[Landroid/view/autofill/Autofil…62783 Landroid/service/autofill/FillResponse;->mAuthenticationIds:[Landroid/view/autofill/AutofillId;