HomeSort by relevance Sort by last modified time
    Searched refs:OnInitListener (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/support/v4/ics/android/support/v4/speech/tts/
TextToSpeechICS.java 6 import android.speech.tts.TextToSpeech.OnInitListener;
13 static TextToSpeech construct(Context context, OnInitListener onInitListener,
17 return new TextToSpeech(context, onInitListener);
20 return new TextToSpeech(context, onInitListener);
23 return new TextToSpeech(context, onInitListener, engineName);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
TextToSpeechFacade.java 21 import android.speech.tts.TextToSpeech.OnInitListener;
41 mTts = new TextToSpeech(manager.getService(), new OnInitListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 28 import android.speech.tts.TextToSpeech.OnInitListener;
36 public class TaskBackService extends AccessibilityService implements OnInitListener {
ClockBackService.java 236 mTts = new TextToSpeech(mContext, new TextToSpeech.OnInitListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 28 import android.speech.tts.TextToSpeech.OnInitListener;
33 public class SmsReceivedDialog extends Activity implements OnInitListener {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 37 * The activity implements TextToSpeech.OnInitListener for this purpose.</li>
47 public class TextToSpeechActivity extends Activity implements TextToSpeech.OnInitListener {
60 // The OnInitListener (second argument) is called after initialization completes.
62 this // TextToSpeech.OnInitListener
87 // Implements TextToSpeech.OnInitListener.
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 21 import android.speech.tts.TextToSpeech.OnInitListener;
125 private static class InitWaitListener implements OnInitListener {
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 160 private final TextToSpeech.OnInitListener mInitListener = new TextToSpeech.OnInitListener() {
172 private final TextToSpeech.OnInitListener mUpdateListener = new TextToSpeech.OnInitListener() {
TtsEngineSettingsFragment.java 72 private final TextToSpeech.OnInitListener mTtsInitListener = new TextToSpeech.OnInitListener() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
TextToSpeechFragment.java 123 private final TextToSpeech.OnInitListener mInitListener = new TextToSpeech.OnInitListener() {
135 private final TextToSpeech.OnInitListener mUpdateListener = new TextToSpeech.OnInitListener() {
TtsEngineSettingsFragment.java 88 private final TextToSpeech.OnInitListener mTtsInitListener = new TextToSpeech.OnInitListener() {
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 197 TextToSpeech.OnInitListener listener = LittleMock.mock(
198 TextToSpeech.OnInitListener.class);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 58 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be
188 public interface OnInitListener {
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,
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
EnableAccessibilityController.java 110 mTts = new TextToSpeech(context, new TextToSpeech.OnInitListener() {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 52 public class CellBroadcastAlertAudio extends Service implements TextToSpeech.OnInitListener,
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 509 class TtsInitListener implements TextToSpeech.OnInitListener {
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 570 milliseconds

1 2