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

Commit 06b0e589 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am d1a75f70: am 371fd13c: Merge "Fix bug 3511256 invalid TTS parameter cache...

am d1a75f70: am 371fd13c: Merge "Fix bug 3511256 invalid TTS parameter cache size" into honeycomb-mr1

* commit 'd1a75f70':
  Fix bug 3511256 invalid TTS parameter cache size
parents 6051e046 d1a75f70
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -414,8 +414,10 @@ public class TextToSpeech {

        /**
         * {@hide}
         * Total number of cached speech parameters.
         * This number should be equal to (max param position/2) + 1.
         */
        protected static final int NB_CACHED_PARAMS = 20;
        protected static final int NB_CACHED_PARAMS = 10;
    }

    /**