Home | History | Annotate | Download | only in settings

Lines Matching refs:Settings

17 package com.android.settings;
34 import android.provider.Settings;
49 * Settings screen for voice input/output.
96 // There were no TTS settings and no recognizer settings,
118 // set up the link to settings for the available recognizer.
129 String currentSetting = Settings.Secure.getString(
130 mFragment.getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE);
138 // we populated the settings.
157 String currentSetting = Settings.Secure.getString(
158 mFragment.getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE);
231 // No settings preference available - hide the preference.
232 Log.w(TAG, "no recognizer settings available for " + si.packageName);
247 // Put the new value back into secure settings.
248 Settings.Secure.putString(mFragment.getContentResolver(),
249 Settings.Secure.VOICE_RECOGNITION_SERVICE,
252 // Update the settings item so it points to the right settings.