Home | History | Annotate | Download | only in settings

Lines Matching full:sample

323      * Ask the current default engine to return a string of sample text to be
481 String sample = getString(R.string.tts_demo);
483 sample = data.getStringExtra("sampleText");
486 mTts.speak(sample, TextToSpeech.QUEUE_FLUSH, null);
490 Log.e(TAG, "Did not have a sample string for the requested language");
553 // Get the sample text from the TTS engine; onActivityResult will do