Searched refs:OnInitListener (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
D | AccessibilityShortcutControllerTest.java | 495 ArgumentCaptor<TextToSpeech.OnInitListener> onInitCap = ArgumentCaptor.forClass( in testOnAccessibilityShortcut_showsWarningDialog_shouldTtsSpokenPrompt() 496 TextToSpeech.OnInitListener.class); in testOnAccessibilityShortcut_showsWarningDialog_shouldTtsSpokenPrompt() 520 ArgumentCaptor<TextToSpeech.OnInitListener> onInitCap = ArgumentCaptor.forClass( in testOnAccessibilityShortcut_showsWarningDialog_ttsInitFail_noSpokenPrompt() 521 TextToSpeech.OnInitListener.class); in testOnAccessibilityShortcut_showsWarningDialog_ttsInitFail_noSpokenPrompt() 545 ArgumentCaptor<TextToSpeech.OnInitListener> onInitCap = ArgumentCaptor.forClass( in testOnAccessibilityShortcut_showsWarningDialog_ttsLongTimeInit_retrySpoken() 546 TextToSpeech.OnInitListener.class); in testOnAccessibilityShortcut_showsWarningDialog_ttsLongTimeInit_retrySpoken()
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 201 TextToSpeech.OnInitListener listener = Mockito.mock( in blockingInitAndVerify() 202 TextToSpeech.OnInitListener.class); in blockingInitAndVerify()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 211 public interface OnInitListener { interface in TextToSpeech 707 private OnInitListener mInitListener; 740 public TextToSpeech(Context context, OnInitListener listener) { in TextToSpeech() 756 public TextToSpeech(Context context, OnInitListener listener, String engine) { in TextToSpeech() 766 public TextToSpeech(Context context, OnInitListener listener, String engine, in TextToSpeech() 778 OnInitListener initListener, String engine, String packageName, boolean useFallback, in TextToSpeech()
|
/frameworks/base/core/java/com/android/internal/accessibility/ |
D | AccessibilityShortcutController.java | 468 private class TtsPrompt implements TextToSpeech.OnInitListener { 626 public TextToSpeech getTextToSpeech(Context ctx, TextToSpeech.OnInitListener listener) { in getTextToSpeech()
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 509 class TtsInitListener implements TextToSpeech.OnInitListener {
|
/frameworks/base/boot/ |
D | preloaded-classes | 6416 android.speech.tts.TextToSpeech$OnInitListener
|
D | boot-image-profile.txt | 14339 …s/TextToSpeech;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;)V 14340 …h;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/Str… 14341 …h;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/Str… 29845 Landroid/speech/tts/TextToSpeech$OnInitListener;
|
/frameworks/base/config/ |
D | preloaded-classes | 6414 android.speech.tts.TextToSpeech$OnInitListener
|
D | boot-image-profile.txt | 14329 …s/TextToSpeech;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;)V 14330 …h;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/Str… 14331 …h;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/Str… 39482 Landroid/speech/tts/TextToSpeech$OnInitListener;
|
/frameworks/base/core/api/ |
D | current.txt | 39297 … ctor public TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener); 39298 …blic TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener, String); 39401 public static interface 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/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54605 …h;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/Str…
|