Searched refs:OnInitListener (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java197 TextToSpeech.OnInitListener listener = LittleMock.mock(
198 TextToSpeech.OnInitListener.class);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java58 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be
188 public interface OnInitListener { interface in class:TextToSpeech
666 private OnInitListener mInitListener;
691 * The {@link TextToSpeech.OnInitListener} that will be called when the
695 public TextToSpeech(Context context, OnInitListener listener) {
706 * The {@link TextToSpeech.OnInitListener} that will be called when the
711 public TextToSpeech(Context context, OnInitListener listener, String engine) {
721 public TextToSpeech(Context context, OnInitListener listener, String engine,
2055 * initialized. {@link #TextToSpeech(Context, OnInitListener, String)}
/frameworks/base/services/core/java/com/android/server/policy/
H A DEnableAccessibilityController.java110 mTts = new TextToSpeech(context, new TextToSpeech.OnInitListener() {
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java509 class TtsInitListener implements TextToSpeech.OnInitListener {
/frameworks/base/
H A Dcompiled-classes-phone3721 android.speech.tts.TextToSpeech$OnInitListener

Completed in 389 milliseconds