Searched refs:errorType (Results 1 – 7 of 7) sorted by relevance
65 static bool isMissingExplicitAccent(const ErrorType errorType) { in isMissingExplicitAccent() argument66 return (errorType & MATCH_WITH_MISSING_EXPLICIT_ACCENT) != 0; in isMissingExplicitAccent()69 static bool isEditCorrectionError(const ErrorType errorType) { in isEditCorrectionError() argument70 return (errorType & EDIT_CORRECTION) != 0; in isEditCorrectionError()73 static bool isProximityCorrectionError(const ErrorType errorType) { in isProximityCorrectionError() argument74 return (errorType & PROXIMITY_CORRECTION) != 0; in isProximityCorrectionError()77 static bool isCompletion(const ErrorType errorType) { in isCompletion() argument78 return (errorType & COMPLETION) != 0; in isCompletion()
73 const ErrorTypeUtils::ErrorType errorType) { in addCost() argument75 mContainedErrorTypes = mContainedErrorTypes | errorType; in addCost()76 if (ErrorTypeUtils::isEditCorrectionError(errorType)) { in addCost()79 if (ErrorTypeUtils::isProximityCorrectionError(errorType)) { in addCost()82 if (ErrorTypeUtils::isCompletion(errorType)) { in addCost()
132 assertThat(fakeFragment.errorType).isEqualTo(ERROR_DIALOG_TYPE.TIME_OUT); in onResumeAndWaitTimeout_shouldCallTimeoutDialog()137 ERROR_DIALOG_TYPE errorType = null; field in NetworkRequestDialogFragmentTest.FakeNetworkRequestDialogFragment142 errorType = type; in stopScanningAndPopErrorDialog()
86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex() local96 inputSize, errorType); in addCostAndForwardInputIndex()
465 const ErrorTypeUtils::ErrorType errorType) { in addCost() argument470 inputSize, getTotalInputIndex(), errorType); in addCost()
61 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType) {} in logPeopleApiLookupReportWithError() argument
88 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType); in logPeopleApiLookupReportWithError() argument