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

  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 33 private static final String SAMPLE_TEXT = "This is a sample text to speech string";
90 int result = getTts().synthesizeToFile(SAMPLE_TEXT, createParams(),
104 int result = getTts().speak(SAMPLE_TEXT, TextToSpeech.QUEUE_FLUSH, createParams());
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 42 private static final String SAMPLE_TEXT = "Bench Test";
274 textElem.item = Allocation.createFromString(mRS, SAMPLE_TEXT, Allocation.USAGE_SCRIPT);

Completed in 281 milliseconds