Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
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()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DUnrecognizedIkeProtocolException.java44 public UnrecognizedIkeProtocolException(int errorType, @NonNull byte[] errorData) { in UnrecognizedIkeProtocolException()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
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()
/packages/services/Car/service/src/com/android/car/telemetry/scriptexecutorinterface/
DIScriptExecutorListener.aidl54 void onError(int errorType, String message, @nullable String stackTrace); in onError()
/packages/services/Car/service/src/com/android/car/telemetry/databroker/
DDataBrokerImpl.java585 private TelemetryError buildTelemetryError( in buildTelemetryError()
643 int errorType, @NonNull String message, @Nullable String stackTrace) { in onScriptError()
704 public void onError(int errorType, @NonNull String message, @Nullable String stackTrace) { in onError()
/packages/modules/Connectivity/framework/src/android/net/
DQosCallbackConnection.java127 public void onError(@QosCallbackException.ExceptionType final int errorType) { in onError()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex() local
/packages/services/Car/packages/ScriptExecutor/src/
DScriptExecutorListener.cpp57 void ScriptExecutorListener::onError(const ErrorType errorType, const char* message, in onError()
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanError.java181 public static int getErrorType(String errorType) { in getErrorType()
DErrorPolicyManager.java571 int errorType = UNKNOWN_ERROR_TYPE; in readErrorPolicies() local
643 private List<String> parseErrorDetails(int errorType, JSONArray errorDetailArray) in parseErrorDetails()
703 private @ErrorPolicyErrorType int getErrorPolicyErrorType(String errorType) { in getErrorPolicyErrorType()
832 ErrorPolicy( in ErrorPolicy()
/packages/services/Car/packages/ScriptExecutor/tests/nonsystemuser/src/com/android/car/scriptexecutortest/nonsystemuser/
DScriptExecutorNonSystemUserTest.java73 public void onError(int errorType, String message, String stackTrace) { in onError()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DNetworkRequestDialogActivityTest.java123 ERROR_DIALOG_TYPE errorType = null; field in NetworkRequestDialogActivityTest.FakeNetworkRequestDialogActivity
/packages/apps/Dialer/java/com/android/dialer/logging/
DLoggingBindingsStub.java61 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType) {} in logPeopleApiLookupReportWithError()
DLoggingBindings.java88 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType); in logPeopleApiLookupReportWithError()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h73 const ErrorTypeUtils::ErrorType errorType) { in addCost()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/
DDataBrokerTest.java309 TelemetryProto.TelemetryError.ErrorType errorType = in testScheduleNextTask_onScriptError_shouldStoreErrorObject() local
806 public void notifyScriptError(int errorType, String errorMessage) { in notifyScriptError()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h465 const ErrorTypeUtils::ErrorType errorType) { in addCost()
/packages/services/Car/packages/ScriptExecutor/tests/functional/src/com/android/car/scriptexecutortest/functional/
DScriptExecutorFunctionalTest.java75 public void onError(int errorType, String message, String stackTrace) { in onError()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DVpnTest.java1320 String category, int errorType, int errorCode) throws Exception { in doTestPlatformVpnWithException()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1543 IkeSaRecord ikeSaRecord, int messageId, @ErrorType int errorType) { in buildAndSendErrorNotificationResponse()