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);
229 // No settings preference available - hide the preference.
230 Log.w(TAG, "no recognizer settings available for " + si.packageName);
245 // Put the new value back into secure settings.
246 Settings.Secure.putString(mFragment.getContentResolver(),
247 Settings.Secure.VOICE_RECOGNITION_SERVICE,
250 // Update the settings item so it points to the right settings.