Home | History | Annotate | Download | only in settings

Lines Matching refs:tts

44 import android.speech.tts.TextToSpeech;
93 // Array of strings used to demonstrate TTS in the different languages.
141 // TODO make the TTS service listen to "changes in the system", i.e. sd card un/mount
234 // Find the default TTS values in the settings, initialize and store the
284 * to check the required TTS files are properly installed.
304 * so the required TTS files are properly installed.
331 intent.setAction("android.speech.tts.engine.GET_SAMPLE_TEXT");
348 * Called when the TTS engine is initialized.
369 Log.v(TAG, "TTS engine for settings screen initialized.");
371 Log.v(TAG, "TTS engine for settings screen failed to initialize successfully.");
502 Log.i(TAG, "TTS use default settings is "+objValue.toString());
512 Log.i(TAG, "TTS default rate is " + mDefaultRate);
514 Log.e(TAG, "could not persist default TTS rate setting", e);
523 Log.v(TAG, "TTS default lang/country/variant set to "
553 // Get the sample text from the TTS engine; onActivityResult will do
669 * Returns whether there is a default language in the TTS settings.
700 * Sets the default language in TTS settings to be the current Locale.
713 * Sets the default language in TTS settings to be one known to be supported