Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 628041d9 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by Android Git Automerger
Browse files

am e44534be: am 7341786b: Forgot to rename constructor to match class name.

* commit 'e44534be':
  Forgot to rename constructor to match class name.
parents ccb922b4 e44534be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;