Home
last modified time | relevance | path

Searched defs:newClientState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1169 final Bundle newClientState = data.getBundle(AutofillManager.EXTRA_CLIENT_STATE); in setAuthenticationResultLocked() local
2660 @NonNull FillResponse newResponse, @Nullable Bundle newClientState) { in replaceResponseLocked()
2829 @Nullable Bundle newClientState, int flags) { in processResponseLocked()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1670 final Bundle newClientState = data.getBundleExtra(EXTRA_CLIENT_STATE); in onAuthenticationResult() local