Home
last modified time | relevance | path

Searched defs:errorType (Results 1 – 10 of 10) 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/com/android/internal/net/ipsec/ike/exceptions/
DUnrecognizedIkeProtocolException.java31 public UnrecognizedIkeProtocolException(int errorType, byte[] notifyData) { in UnrecognizedIkeProtocolException()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex() local
/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/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DNetworkRequestDialogFragmentTest.java137 ERROR_DIALOG_TYPE errorType = null; field in NetworkRequestDialogFragmentTest.FakeNetworkRequestDialogFragment
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java490 int errorType = trustedDeviceError.getTypeValue(); in processErrorMessage() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h465 const ErrorTypeUtils::ErrorType errorType) { in addCost()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1392 IkeSaRecord ikeSaRecord, int messageId, @ErrorType int errorType) { in buildAndSendErrorNotificationResponse()