summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
diff options
context:
space:
mode:
authorNiels Egberts <nielse@google.com>2014-07-02 17:16:04 +0100
committerNiels Egberts <nielse@google.com>2014-07-02 16:21:20 +0000
commitf8fd3420919a2693b644294d2dbd432b19370f3d (patch)
tree4aa0128511b1090533fa389886e566d99a89aa7e /core/java/android/speech
parent795d777ee13405d8b6ba6c889ea3ef49713892a8 (diff)
downloadframeworks_base-f8fd3420919a2693b644294d2dbd432b19370f3d.zip
frameworks_base-f8fd3420919a2693b644294d2dbd432b19370f3d.tar.gz
frameworks_base-f8fd3420919a2693b644294d2dbd432b19370f3d.tar.bz2
First argument of playSilence is incorrect in javaDoc.
Change-Id: Icc059471e61fb6154108b74ea45cb06554d80631
Diffstat (limited to 'core/java/android/speech')
-rw-r--r--core/java/android/speech/tts/TextToSpeech.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/speech/tts/TextToSpeech.java b/core/java/android/speech/tts/TextToSpeech.java
index b1040d0..e1c1767 100644
--- a/core/java/android/speech/tts/TextToSpeech.java
+++ b/core/java/android/speech/tts/TextToSpeech.java
@@ -1168,7 +1168,7 @@ public class TextToSpeech {
*
* @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the playSilence operation.
* @deprecated As of API level 20, replaced by
- * {@link #playSilence(String, int, HashMap, String)}.
+ * {@link #playSilence(long, int, HashMap, String)}.
*/
@Deprecated
public int playSilence(final long durationInMs, final int queueMode,