Home
last modified time | relevance | path

Searched refs:getClientState (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/service/autofill/augmented/
DFillCallback.java63 final Bundle clientState = response.getClientState(); in onSuccess()
DFillResponse.java133 public @Nullable Bundle getClientState() { in getClientState() method in FillResponse
/frameworks/base/core/java/android/service/autofill/
DSaveRequest.java79 public @Nullable Bundle getClientState() { in getClientState() method in SaveRequest
DConvertCredentialResponse.java79 public @Nullable Bundle getClientState() { in getClientState() method in ConvertCredentialResponse
DConvertCredentialRequest.java82 public @NonNull Bundle getClientState() { in getClientState() method in ConvertCredentialRequest
DFillEventHistory.java88 @Nullable public Bundle getClientState() { in getClientState() method in FillEventHistory
379 @Nullable public Bundle getClientState() { in getClientState() method in FillEventHistory.Event
DFillRequest.java438 public @Nullable Bundle getClientState() { in getClientState() method in FillRequest
DFillResponse.java244 public @Nullable Bundle getClientState() { in getClientState() method in FillResponse
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java243 response.getAuthentication(), response.getClientState(), in showFillUi()
458 response.getAuthentication(), response.getClientState(), in showFillDialog()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java748 mPendingFillRequest.getClientState(), in maybeRequestFillLocked()
919 if (pendingFillRequest.getClientState() == null) { in addCredentialManagerDataToClientState()
928 pendingFillRequest.getClientState().putInt(SESSION_ID_KEY, sessionId); in addCredentialManagerDataToClientState()
929 pendingFillRequest.getClientState().putInt(REQUEST_ID_KEY, pendingFillRequest.getId()); in addCredentialManagerDataToClientState()
932 pendingFillRequest.getClientState().putParcelable( in addCredentialManagerDataToClientState()
1814 processResponseLockedForPcc(response, response.getClientState(), requestFlags); in onFillRequestSuccess()
2508 Bundle clientState = convertCredentialResponse.getClientState(); in onConvertCredentialRequestSuccess()
5209 response.getAuthentication(), response.getClientState(), in requestShowInlineSuggestionsLocked()
5866 mClientState = newClientState != null ? newClientState : newResponse.getClientState(); in processResponseLocked()
DAutofillManagerServiceImpl.java800 mEventHistory = new FillEventHistory(sessionId, response.getClientState()); in setLastResponseLocked()
/frameworks/base/opengl/java/android/opengl/
DGLLogWrapper.java420 private String getClientState(int clientState) { in getClientState() method in GLLogWrapper
1492 arg("array", getClientState(array)); in glDisableClientState()
1558 arg("array", getClientState(array)); in glEnableClientState()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt40113 method @Deprecated @Nullable public android.os.Bundle getClientState();
40121 method @Nullable public android.os.Bundle getClientState();
40152 method @Nullable public android.os.Bundle getClientState();
40309 method @Nullable public android.os.Bundle getClientState();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48217 Landroid/service/autofill/FillResponse;->getClientState()Landroid/os/Bundle;