Home
last modified time | relevance | path

Searched defs:errorType (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Derror_type_utils.h65 static bool isMissingExplicitAccent(const ErrorType errorType) { in isMissingExplicitAccent()
69 static bool isEditCorrectionError(const ErrorType errorType) { in isEditCorrectionError()
73 static bool isProximityCorrectionError(const ErrorType errorType) { in isProximityCorrectionError()
77 static bool isCompletion(const ErrorType errorType) { in isCompletion()
/aosp14/frameworks/base/core/java/android/credentials/
H A DIClearCredentialStateCallback.aidl26 oneway void onError(String errorType, String message); in onError()
H A DISetEnabledProvidersCallback.aidl26 oneway void onError(String errorType, String message); in onError()
H A DIPrepareGetCredentialCallback.aidl29 oneway void onError(String errorType, String message); in onError()
H A DCredentialManager.java578 public void onError(String errorType, String message) { in onError()
630 public void onError(String errorType, String message) { in onError()
690 public void onError(String errorType, String message) { in onError()
748 public void onError(String errorType, String message) { in onError()
782 public void onError(String errorType, String message) { in onError()
826 public void onError(String errorType, String message) { in onError()
H A DICreateCredentialCallback.aidl30 oneway void onError(String errorType, String message); in onError()
H A DIGetCredentialCallback.aidl30 oneway void onError(String errorType, String message); in onError()
H A DPrepareGetCredentialResponse.java179 void onError(@NonNull String errorType, @Nullable String message); in onError()
/aosp14/frameworks/base/core/java/android/service/credentials/
H A DIClearCredentialStateCallback.aidl29 void onFailure(String errorType, CharSequence message); in onFailure()
H A DIBeginGetCredentialCallback.aidl14 void onFailure(String errorType, in CharSequence message); in onFailure()
H A DIBeginCreateCredentialCallback.aidl13 void onFailure(String errorType, in CharSequence message); in onFailure()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DUnrecognizedIkeProtocolException.java44 public UnrecognizedIkeProtocolException(int errorType, @NonNull byte[] errorData) { in UnrecognizedIkeProtocolException()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DClearRequestSession.java125 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
131 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
H A DCreateRequestSession.java130 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
157 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
H A DGetRequestSession.java129 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
157 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
H A DProviderSession.java139 void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
242 protected void invokeCallbackWithError(String errorType, @Nullable String errorMessage) { in invokeCallbackWithError()
H A DRequestSession.java178 protected abstract void invokeClientCallbackError(String errorType, String errorMsg) throws in invokeClientCallbackError()
340 protected void respondToClientWithErrorAndFinish(String errorType, String errorMsg) { in respondToClientWithErrorAndFinish()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeNotifyPayloadTest.java274 int errorType, Class<T> exceptionClass) throws Exception { in verifyValidateAndBuildIkeExceptionWithoutData()
277 payload.validateAndBuildIkeException(), errorType, exceptionClass); in verifyValidateAndBuildIkeExceptionWithoutData() local
281 IkeProtocolException exception, int errorType, Class<T> exceptionClass) in verifyIkeExceptionWithoutData()
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/scriptexecutorinterface/
H A DIScriptExecutorListener.aidl54 void onError(int errorType, String message, @nullable String stackTrace); in onError()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DQosCallbackConnection.java127 public void onError(@QosCallbackException.ExceptionType final int errorType) { in onError()
/aosp12/packages/services/Car/packages/ScriptExecutor/src/
H A DScriptExecutorListener.cpp57 void ScriptExecutorListener::onError(const ErrorType errorType, const char* message, in onError()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.cpp86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex() local
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DIwlanError.java167 public static int getErrorType(String errorType) { in getErrorType()
H A DErrorPolicyManager.java520 int errorType = UNKNOWN_ERROR_TYPE; in readErrorPolicies() local
591 private List<String> parseErrorDetails(int errorType, JSONArray errorDetailArray) in parseErrorDetails()
651 private @ErrorPolicyErrorType int getErrorPolicyErrorType(String errorType) { in getErrorPolicyErrorType()
779 ErrorPolicy( in ErrorPolicy()
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/databroker/
H A DDataBrokerImpl.java452 private void onScriptError(int errorType, String message, String stackTrace) { in onScriptError()
493 public void onError(int errorType, String message, String stackTrace) { in onError()

12