Searched refs:onGetCredentialException (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | IAutoFillManagerClient.aidl | 55 void onGetCredentialException(int sessionId, in AutofillId id, in onGetCredentialException() method
|
D | AutofillManager.java | 3041 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/ |
D | Session.java | 6586 mClient.onGetCredentialException(id, viewId, exception.getType(), in sendCredentialManagerResponseToApp()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 10080 public void onGetCredentialException(String errorType, String errorMsg) {
|