/aosp14/frameworks/base/core/java/android/credentials/ |
H A D | CredentialManager.java | 578 public void onError(String errorType, String message) { in onError() argument 582 () -> mCallback.onError(new GetCredentialException(errorType, message))); in onError() 630 public void onError(String errorType, String message) { in onError() argument 634 mCallback.onError(errorType, message); in onError() 690 public void onError(String errorType, String message) { in onError() argument 694 () -> mCallback.onError(new GetCredentialException(errorType, message))); in onError() 748 public void onError(String errorType, String message) { in onError() argument 782 public void onError(String errorType, String message) { in onError() argument 787 new ClearCredentialStateException(errorType, message))); in onError() 826 public void onError(String errorType, String message) { in onError() argument [all …]
|
H A D | PrepareGetCredentialResponse.java | 98 public void onError(String errorType, String message) { in show() 100 () -> callback.onError(new GetCredentialException(errorType, message))); in show() 179 void onError(@NonNull String errorType, @Nullable String message); in onError() argument
|
H A D | IClearCredentialStateCallback.aidl | 26 oneway void onError(String errorType, String message); in onError() argument
|
H A D | ISetEnabledProvidersCallback.aidl | 26 oneway void onError(String errorType, String message); in onError() argument
|
H A D | IPrepareGetCredentialCallback.aidl | 29 oneway void onError(String errorType, String message); in onError() argument
|
H A D | ICreateCredentialCallback.aidl | 30 oneway void onError(String errorType, String message); in onError() argument
|
H A D | IGetCredentialCallback.aidl | 30 oneway void onError(String errorType, String message); in onError() argument
|
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/ |
H A D | RemoteCredentialService.java | 173 public void onFailure(String errorType, CharSequence message) { in onBeginGetCredential() 177 new GetCredentialException(errorType, errorMsg)); in onBeginGetCredential() 236 public void onFailure(String errorType, CharSequence message) { in onBeginCreateCredential() 240 new CreateCredentialException(errorType, errorMsg)); in onBeginCreateCredential() 298 public void onFailure(String errorType, CharSequence message) { in onClearCredentialState() 302 new ClearCredentialStateException(errorType, in onClearCredentialState()
|
H A D | CreateRequestSession.java | 130 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError() argument 132 mClientCallback.onError(errorType, errorMsg); in invokeClientCallbackError() 157 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() argument 159 respondToClientWithErrorAndFinish(errorType, message); in onFinalErrorReceived()
|
H A D | ClearRequestSession.java | 125 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError() argument 127 mClientCallback.onError(errorType, errorMsg); in invokeClientCallbackError() 131 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() argument
|
H A D | GetRequestSession.java | 129 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError() argument 131 mClientCallback.onError(errorType, errorMsg); in invokeClientCallbackError() 157 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() argument 159 respondToClientWithErrorAndFinish(errorType, message); in onFinalErrorReceived()
|
H A D | ProviderSession.java | 139 void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() argument 242 protected void invokeCallbackWithError(String errorType, @Nullable String errorMessage) { in invokeCallbackWithError() argument 244 mCallbacks.onFinalErrorReceived(mComponentName, errorType, errorMessage); in invokeCallbackWithError()
|
H A D | RequestSession.java | 178 protected abstract void invokeClientCallbackError(String errorType, String errorMsg) throws in invokeClientCallbackError() argument 340 protected void respondToClientWithErrorAndFinish(String errorType, String errorMsg) { in respondToClientWithErrorAndFinish() argument 356 invokeClientCallbackError(errorType, errorMsg); in respondToClientWithErrorAndFinish() 360 boolean isUserCanceled = errorType.contains(MetricUtilities.USER_CANCELED_SUBSTRING); in respondToClientWithErrorAndFinish()
|
/aosp14/frameworks/base/core/java/android/service/credentials/ |
H A D | IClearCredentialStateCallback.aidl | 29 void onFailure(String errorType, CharSequence message); in onFailure() argument
|
H A D | IBeginGetCredentialCallback.aidl | 14 void onFailure(String errorType, in CharSequence message); in onFailure() argument
|
H A D | IBeginCreateCredentialCallback.aidl | 13 void onFailure(String errorType, in CharSequence message); in onFailure() argument
|
/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/ |
H A D | AppCompatibility.java | 281 private void addProcessError(String processName, String errorType, String errorInfo) { in addProcessError() argument 290 errors.add(String.format("### Type: %s, Details:\n%s", errorType, errorInfo)); in addProcessError()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/credentials/ |
H A D | CredentialManagerTest.java | 587 final String errorType = "unknown"; in testSetEnabledProviders_failed() local 589 callbackCaptor.getValue().onError(errorType, errorMessage); in testSetEnabledProviders_failed() 592 assertThat(errorCaptor.getValue().getType()).isEqualTo(errorType); in testSetEnabledProviders_failed()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 71020 Lcom/android/i18n/phonenumbers/NumberParseException;->errorType:Lcom/android/i18n/phonenumbers/Numb…
|