Home
last modified time | relevance | path

Searched refs:onGetCredentialException (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl55 void onGetCredentialException(int sessionId, in AutofillId id, in onGetCredentialException() method
DAutofillManager.java3041 private void onGetCredentialException(int sessionId, AutofillId id, String errorType, in onGetCredentialException() method in AutofillManager
3077 view.onGetCredentialException(errorType, errorMsg); in onGetCredentialException()
4511 public void onGetCredentialException(int sessionId, AutofillId id, in onGetCredentialException() method in AutofillManager.AutofillManagerClient
4515 afm.post(() -> afm.onGetCredentialException(sessionId, id, errorType, errorMsg)); in onGetCredentialException()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java6586 mClient.onGetCredentialException(id, viewId, exception.getType(), in sendCredentialManagerResponseToApp()
/frameworks/base/core/java/android/view/
DView.java10080 public void onGetCredentialException(String errorType, String errorMsg) {