From 7341786b138cb52eac053108b524ea3296d40f6d Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Wed, 6 Mar 2013 10:04:07 +0000 Subject: Forgot to rename constructor to match class name. Change-Id: I7e66c3dd26ec7f8be381b0dfd87ac686665206cd --- core/java/android/speech/tts/TextToSpeechService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/speech') diff --git a/core/java/android/speech/tts/TextToSpeechService.java b/core/java/android/speech/tts/TextToSpeechService.java index 6291d7c..4379418 100644 --- a/core/java/android/speech/tts/TextToSpeechService.java +++ b/core/java/android/speech/tts/TextToSpeechService.java @@ -660,7 +660,7 @@ public abstract class TextToSpeechService extends Service { private class SynthesisToFileOutputStreamSpeechItem extends SynthesisSpeechItem { private final FileOutputStream mFileOutputStream; - public SynthesisToFileSpeechDescriptorItem(Object callerIdentity, int callerUid, + public SynthesisToFileOutputStreamSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String text, FileOutputStream fileOutputStream) { super(callerIdentity, callerUid, callerPid, params, text); mFileOutputStream = fileOutputStream; -- cgit v1.1