Searched refs:errorInfo (Results 1 – 4 of 4) sorted by relevance
31 void onError(in String errorInfo); in onError() argument
2473 public void onError(String errorInfo) {2474 Log.w(TAG, "System TTS connection error: " + errorInfo);
421 PublicErrorInformation errorInfo = sErrorCodeToFailureInfo.get(internalErrorCode); in getErrorInformation() local422 if (errorInfo != null) { in getErrorInformation()423 return errorInfo; in getErrorInformation()
281 private void addProcessError(String processName, String errorType, String errorInfo) { in addProcessError() argument290 errors.add(String.format("### Type: %s, Details:\n%s", errorType, errorInfo)); in addProcessError()