Searched refs:newClientState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/speech/ |
D | RemoteSpeechRecognitionService.java | 132 final ClientState newClientState = new ClientState(); in startListening() local 133 newClientState.mDelegatingListener = new DelegatingListener(listener, in startListening() 140 newClientState.mRecordingInProgress = false; in startListening() 154 mClients.put(listener.asBinder(), newClientState); in startListening() local 155 clientState = newClientState; in startListening()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 1823 @Nullable Bundle newClientState, int flags) { in processResponseLockedForPcc() argument 1839 processResponseLocked(response, newClientState, flags); in processResponseLockedForPcc() 2901 final Bundle newClientState = data.getBundle(AutofillManager.EXTRA_CLIENT_STATE); in setAuthenticationResultLocked() local 2904 + ", clientState=" + newClientState + ", authenticationId=" + authenticationId); in setAuthenticationResultLocked() 2928 replaceResponseLocked(authenticatedResponse, (FillResponse) result, newClientState); in setAuthenticationResultLocked() 2962 if (newClientState != null) { in setAuthenticationResultLocked() 2965 mClientState = newClientState; in setAuthenticationResultLocked() 5473 @NonNull FillResponse newResponse, @Nullable Bundle newClientState) { in replaceResponseLocked() argument 5480 processResponseLockedForPcc(newResponse, newClientState, 0); in replaceResponseLocked() 5842 @Nullable Bundle newClientState, int flags) { in processResponseLocked() argument [all …]
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 2485 final Bundle newClientState = data.getBundleExtra(EXTRA_CLIENT_STATE); in onAuthenticationResult() local 2486 if (newClientState != null) { in onAuthenticationResult() 2487 responseData.putBundle(EXTRA_CLIENT_STATE, newClientState); in onAuthenticationResult()
|