Home
last modified time | relevance | path

Searched refs:OnInitListener (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java469 ArgumentCaptor<TextToSpeech.OnInitListener> onInitCap = ArgumentCaptor.forClass( in testOnAccessibilityShortcut_showsWarningDialog_shouldTtsSpokenPrompt()
470 TextToSpeech.OnInitListener.class); in testOnAccessibilityShortcut_showsWarningDialog_shouldTtsSpokenPrompt()
493 ArgumentCaptor<TextToSpeech.OnInitListener> onInitCap = ArgumentCaptor.forClass( in testOnAccessibilityShortcut_showsWarningDialog_ttsInitFail_noSpokenPrompt()
494 TextToSpeech.OnInitListener.class); in testOnAccessibilityShortcut_showsWarningDialog_ttsInitFail_noSpokenPrompt()
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java201 TextToSpeech.OnInitListener listener = Mockito.mock( in blockingInitAndVerify()
202 TextToSpeech.OnInitListener.class); in blockingInitAndVerify()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java195 public interface OnInitListener { interface in TextToSpeech
676 private OnInitListener mInitListener;
706 public TextToSpeech(Context context, OnInitListener listener) { in TextToSpeech()
722 public TextToSpeech(Context context, OnInitListener listener, String engine) { in TextToSpeech()
732 public TextToSpeech(Context context, OnInitListener listener, String engine, in TextToSpeech()
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java377 private class TtsPrompt implements TextToSpeech.OnInitListener {
507 public TextToSpeech getTextToSpeech(Context ctx, TextToSpeech.OnInitListener listener) { in getTextToSpeech()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java509 class TtsInitListener implements TextToSpeech.OnInitListener {
/frameworks/base/config/
Dpreloaded-classes3224 android.speech.tts.TextToSpeech$OnInitListener
Dboot-image-profile.txt35806 Landroid/speech/tts/TextToSpeech$OnInitListener;
Dhiddenapi-greylist-max-o.txt65194 …h;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/Str…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27377 … 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/non-updatable-api/
Dcurrent.txt42549 … ctor public TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener);
42550 …blic TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener, String);
42650 public static interface TextToSpeech.OnInitListener {
/frameworks/base/api/
Dcurrent.txt42693 … ctor public TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener);
42694 …blic TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener, String);
42794 public static interface TextToSpeech.OnInitListener {