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);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 48 private TextToSpeechWrapper mTextToSpeech;
278 mTextToSpeech = new TextToSpeechWrapper(mContentViewCore.getContainerView(),
391 private static class TextToSpeechWrapper {
396 public TextToSpeechWrapper(View view, Context context) {

Completed in 94 milliseconds