Searched refs:OnInitListener (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 200 TextToSpeech.OnInitListener listener = Mockito.mock( in blockingInitAndVerify() 201 TextToSpeech.OnInitListener.class); in blockingInitAndVerify()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 188 public interface OnInitListener { interface in TextToSpeech 666 private OnInitListener mInitListener; 695 public TextToSpeech(Context context, OnInitListener listener) { in TextToSpeech() 711 public TextToSpeech(Context context, OnInitListener listener, String engine) { in TextToSpeech() 721 public TextToSpeech(Context context, OnInitListener listener, String engine, in TextToSpeech()
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 509 class TtsInitListener implements TextToSpeech.OnInitListener {
|
/frameworks/base/ |
D | compiled-classes-phone | 3801 android.speech.tts.TextToSpeech$OnInitListener
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27377 … ctor public TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener); 27378 …extToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener, java.lang.Str… 27478 public static abstract interface TextToSpeech.OnInitListener {
|
/frameworks/base/api/ |
D | current.txt | 37721 … ctor public TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener); 37722 …extToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener, java.lang.Str… 37822 public static abstract interface TextToSpeech.OnInitListener {
|
D | system-current.txt | 40933 … ctor public TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener); 40934 …extToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener, java.lang.Str… 41034 public static abstract interface TextToSpeech.OnInitListener {
|