HomeSort by relevance Sort by last modified time
    Searched refs:TextToSpeechWrapper (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 35 private TextToSpeechWrapper mTts;
40 mTts = TextToSpeechWrapper.createTextToSpeechMockWrapper(getContext());
65 TextToSpeechWrapper.isSoundFile(sampleFile.getPath()));
80 assertFalse(TextToSpeechWrapper.isSoundFile(sampleFile.getPath()));
84 assertFalse(TextToSpeechWrapper.isSoundFile(sampleFile.getPath()));
TextToSpeechWrapper.java 34 public class TextToSpeechWrapper {
49 private TextToSpeechWrapper(Context context) {
84 public static TextToSpeechWrapper createTextToSpeechWrapper(Context context)
86 TextToSpeechWrapper wrapper = new TextToSpeechWrapper(context);
94 public static TextToSpeechWrapper createTextToSpeechMockWrapper(Context context)
96 TextToSpeechWrapper wrapper = new TextToSpeechWrapper(context);
TextToSpeechTest.java 36 private TextToSpeechWrapper mTts;
41 mTts = TextToSpeechWrapper.createTextToSpeechWrapper(getContext());
97 TextToSpeechWrapper.isSoundFile(sampleFile.getPath()));
118 assertContainsEngine(TextToSpeechWrapper.MOCK_TTS_ENGINE, engines);
  /frameworks/base/core/java/android/webkit/
AccessibilityInjector.java 66 private TextToSpeechWrapper mTextToSpeech;
483 mTextToSpeech = new TextToSpeechWrapper(mContext);
647 private static class TextToSpeechWrapper {
648 private static final String WRAP_TAG = TextToSpeechWrapper.class.getSimpleName();
668 public TextToSpeechWrapper(Context context) {
762 Log.d(WRAP_TAG, "[" + TextToSpeechWrapper.this.hashCode()
768 Log.w(WRAP_TAG, "[" + TextToSpeechWrapper.this.hashCode()
786 Log.w(WRAP_TAG, "[" + TextToSpeechWrapper.this.hashCode()
    [all...]

Completed in 1179 milliseconds