Home | History | Annotate | Download | only in settings

Lines Matching refs:Settings

17 package com.android.settings;
39 import android.provider.Settings;
50 * Settings screen for voice input/output.
98 // set up the link to settings for the available recognizer.
109 String currentSetting = Settings.Secure.getString(
110 getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE);
130 String currentSetting = Settings.Secure.getString(
131 getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE);
201 // No settings preference available - hide the preference.
202 Log.w(TAG, "no recognizer settings available for " + si.packageName);
217 // Put the new value back into secure settings.
218 Settings.Secure.putString(
220 Settings.Secure.VOICE_RECOGNITION_SERVICE,
223 // Update the settings item so it points to the right settings.