Searched refs:EXTRA_CLIENT_STATE (Results 1 – 5 of 5) sorted by relevance
293 fillInIntent.putExtra(AutofillManager.EXTRA_CLIENT_STATE, in maybeRequestShowInlineSuggestions()
2901 final Bundle newClientState = data.getBundle(AutofillManager.EXTRA_CLIENT_STATE); in setAuthenticationResultLocked()3117 final Bundle clientState = data.getBundle(AutofillManager.EXTRA_CLIENT_STATE); in setAuthenticationResultForAugmentedAutofillLocked()6058 fillInIntent.putExtra(AutofillManager.EXTRA_CLIENT_STATE, extras); in createAuthFillInIntentLocked()
268 public static final String EXTRA_CLIENT_STATE = field in AutofillManager2485 final Bundle newClientState = data.getBundleExtra(EXTRA_CLIENT_STATE); in onAuthenticationResult()2487 responseData.putBundle(EXTRA_CLIENT_STATE, newClientState); in onAuthenticationResult()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
55690 … field public static final String EXTRA_CLIENT_STATE = "android.view.autofill.extra.CLIENT_STATE";