Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/core/java/android/credentials/
H A DCredentialManager.java578 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 DPrepareGetCredentialResponse.java98 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 DIClearCredentialStateCallback.aidl26 oneway void onError(String errorType, String message); in onError() argument
H A DISetEnabledProvidersCallback.aidl26 oneway void onError(String errorType, String message); in onError() argument
H A DIPrepareGetCredentialCallback.aidl29 oneway void onError(String errorType, String message); in onError() argument
H A DICreateCredentialCallback.aidl30 oneway void onError(String errorType, String message); in onError() argument
H A DIGetCredentialCallback.aidl30 oneway void onError(String errorType, String message); in onError() argument
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DRemoteCredentialService.java173 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 DCreateRequestSession.java130 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 DClearRequestSession.java125 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 DGetRequestSession.java129 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 DProviderSession.java139 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 DRequestSession.java178 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 DIClearCredentialStateCallback.aidl29 void onFailure(String errorType, CharSequence message); in onFailure() argument
H A DIBeginGetCredentialCallback.aidl14 void onFailure(String errorType, in CharSequence message); in onFailure() argument
H A DIBeginCreateCredentialCallback.aidl13 void onFailure(String errorType, in CharSequence message); in onFailure() argument
/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java281 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 DCredentialManagerTest.java587 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 Dhiddenapi-max-target-o.txt71020 Lcom/android/i18n/phonenumbers/NumberParseException;->errorType:Lcom/android/i18n/phonenumbers/Numb…