Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java122 final ClientState newClientState = new ClientState(); in startListening() local
144 mClients.put(listener.asBinder(), newClientState); in startListening() local
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1654 @Nullable Bundle newClientState, int flags) { in processResponseLockedForPcc()
2644 final Bundle newClientState = data.getBundle(AutofillManager.EXTRA_CLIENT_STATE); in setAuthenticationResultLocked() local
4899 @NonNull FillResponse newResponse, @Nullable Bundle newClientState) { in replaceResponseLocked()
5266 @Nullable Bundle newClientState, int flags) { in processResponseLocked()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2321 final Bundle newClientState = data.getBundleExtra(EXTRA_CLIENT_STATE); in onAuthenticationResult() local