Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/speech/
DRemoteSpeechRecognitionService.java132 final ClientState newClientState = new ClientState(); in startListening() local
154 mClients.put(listener.asBinder(), newClientState); in startListening() local
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1823 @Nullable Bundle newClientState, int flags) { in processResponseLockedForPcc()
2901 final Bundle newClientState = data.getBundle(AutofillManager.EXTRA_CLIENT_STATE); in setAuthenticationResultLocked() local
5473 @NonNull FillResponse newResponse, @Nullable Bundle newClientState) { in replaceResponseLocked()
5842 @Nullable Bundle newClientState, int flags) { in processResponseLocked()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2485 final Bundle newClientState = data.getBundleExtra(EXTRA_CLIENT_STATE); in onAuthenticationResult() local