am 7341786b: Forgot to rename constructor to match class name.
* commit '7341786b138cb52eac053108b524ea3296d40f6d': Forgot to rename constructor to match class name.
This commit is contained in:
committed by
Android Git Automerger
commit
e44534be87
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user