Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowTextToSpeech.java34 private static TextToSpeech.OnInitListener sOnInitListener;
45 public void __constructor__(Context context, TextToSpeech.OnInitListener listener, in __constructor__()
52 public void __constructor__(Context context, TextToSpeech.OnInitListener listener, in __constructor__()
57 public void __constructor__(Context context, TextToSpeech.OnInitListener listener) { in __constructor__()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
H A DAccessibilityShortcutControllerTest.java495 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()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DTextToSpeechFragment.java132 private final TextToSpeech.OnInitListener mInitListener = new TextToSpeech.OnInitListener() {
144 private final TextToSpeech.OnInitListener mUpdateListener = new TextToSpeech.OnInitListener() {
H A DTtsEngineSettingsFragment.java95 private final TextToSpeech.OnInitListener mTtsInitListener = new TextToSpeech.OnInitListener() {
/aosp12/packages/apps/Settings/src/com/android/settings/tts/
H A DTtsEnginePreferenceFragment.java46 private final TextToSpeech.OnInitListener mUpdateListener =
47 new TextToSpeech.OnInitListener() {
H A DTextToSpeechViewModel.java60 TextToSpeech.OnInitListener listener) { in getTtsAndWhetherNew()
H A DTextToSpeechSettings.java153 private final TextToSpeech.OnInitListener mInitListener = this::onInitEngine;
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
H A DTextToSpeechEngine.java35 void initialize(Context context, TextToSpeech.OnInitListener initListener); in initialize()
H A DAndroidTextToSpeechEngine.java36 public void initialize(Context context, TextToSpeech.OnInitListener initListener) { in initialize()
/aosp12/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java211 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()
/aosp12/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java201 TextToSpeech.OnInitListener listener = Mockito.mock( in blockingInitAndVerify()
202 TextToSpeech.OnInitListener.class); in blockingInitAndVerify()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/tts/
H A DPreferredEngineOptionsPreferenceController.java174 TextToSpeech createTts(TextToSpeech.OnInitListener listener, String engine) { in createTts()
H A DTtsPlaybackPreferenceController.java93 final TextToSpeech.OnInitListener mOnInitListener = status -> {
/aosp12/frameworks/base/core/java/com/android/internal/accessibility/
H A DAccessibilityShortcutController.java468 private class TtsPrompt implements TextToSpeech.OnInitListener {
626 public TextToSpeech getTextToSpeech(Context ctx, TextToSpeech.OnInitListener listener) { in getTextToSpeech()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/tts/
H A DPreferredEngineOptionsPreferenceControllerTest.java210 TextToSpeech createTts(TextToSpeech.OnInitListener listener, String engine) { in createTts()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java65 public class CellBroadcastAlertAudio extends Service implements TextToSpeech.OnInitListener,
/aosp12/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java509 class TtsInitListener implements TextToSpeech.OnInitListener {
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6416 android.speech.tts.TextToSpeech$OnInitListener
H A Dboot-image-profile.txt14339 …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;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6414 android.speech.tts.TextToSpeech$OnInitListener
H A Dboot-image-profile.txt14329 …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;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39375 … ctor public TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener);
39376 …blic TextToSpeech(android.content.Context, android.speech.tts.TextToSpeech.OnInitListener, String);
39479 public static interface TextToSpeech.OnInitListener {
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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 {
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54605 …h;-><init>(Landroid/content/Context;Landroid/speech/tts/TextToSpeech$OnInitListener;Ljava/lang/Str…