Home
last modified time | relevance | path

Searched refs:mAuthenticationIds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DFillResponse.java112 private final @Nullable AutofillId[] mAuthenticationIds; field in FillResponse
148 r.mAuthenticationIds, in shallowCopy()
188 mAuthenticationIds = authenticationIds; in FillResponse()
218 mAuthenticationIds = builder.mAuthenticationIds; in FillResponse()
300 return mAuthenticationIds; in getAuthenticationIds()
399 private AutofillId[] mAuthenticationIds; field in FillResponse.Builder
528 mAuthenticationIds = assertValid(ids); in setAuthentication()
715 mAuthenticationIds = assertValid(ids); in setAuthentication()
1226 if (mAuthenticationIds != null) { in toString()
1227 builder.append(", authenticationIds=").append(Arrays.toString(mAuthenticationIds)); in toString()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48199 Landroid/service/autofill/FillResponse$Builder;->mAuthenticationIds:[Landroid/view/autofill/Autofil…
48228 Landroid/service/autofill/FillResponse;->mAuthenticationIds:[Landroid/view/autofill/AutofillId;