Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java104 private final @Nullable AutofillId[] mAuthenticationIds; field in FillResponse
139 r.mAuthenticationIds, in shallowCopy()
178 mAuthenticationIds = authenticationIds; in FillResponse()
207 mAuthenticationIds = builder.mAuthenticationIds; in FillResponse()
288 return mAuthenticationIds; in getAuthenticationIds()
387 private AutofillId[] mAuthenticationIds; field in FillResponse.Builder
515 mAuthenticationIds = assertValid(ids); in setAuthentication()
702 mAuthenticationIds = assertValid(ids); in setAuthentication()
1190 if (mAuthenticationIds != null) { in toString()
1191 builder.append(", authenticationIds=").append(Arrays.toString(mAuthenticationIds)); in toString()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48842 Landroid/service/autofill/FillResponse$Builder;->mAuthenticationIds:[Landroid/view/autofill/Autofil…
48871 Landroid/service/autofill/FillResponse;->mAuthenticationIds:[Landroid/view/autofill/AutofillId;