Home | History | Annotate | Download | only in telephony

Lines Matching refs:Settings

31 import android.provider.Settings;
32 import android.provider.Settings.SettingNotFoundException;
348 * Open the voicemail settings activity to make changes to voicemail configuration.
697 * The intent to launch voicemail settings.
3515 * Convenience function for retrieving a value from the secure settings
3531 * @return The value at the given index of settings.
3536 throws android.provider.Settings.SettingNotFoundException {
3537 String v = android.provider.Settings.Global.getString(cr, name);
3548 throw new android.provider.Settings.SettingNotFoundException(name);
3552 * Convenience function for updating settings value as coma separated
3570 String v = android.provider.Settings.Global.getString(cr, name);
3599 return android.provider.Settings.Global.putString(cr, name, data);
3944 * Check TETHER_DUN_REQUIRED and TETHER_DUN_APN settings, net.tethering.noprovisioning
4701 return Settings.Global.getInt(cr, name + subId);
4704 int val = Settings.Global.getInt(cr, name);
4705 Settings.Global.putInt(cr, name + subId, val);
4711 if (name.equals(Settings.Global.MOBILE_DATA)) {
4714 } else if (name.equals(Settings.Global.DATA_ROAMING)) {
4720 Settings.Global.putInt(cr, name, default_val);
5147 * Resets telephony manager settings back to factory defaults.
5212 * Returns the URI for the per-account voicemail ringtone set in Phone settings.
5232 * Returns whether vibration is set for voicemail notification in Phone settings.