Lines Matching refs:Settings
40 import android.provider.Settings;
80 import com.android.phone.settings.VoicemailNotificationSettingsUtil;
1999 return Settings.System.getInt(mPhone.getContext().getContentResolver(),
2000 Settings.System.WHEN_TO_MAKE_WIFI_CALLS, getWhenToMakeWifiCallsDefaultPreference());
2008 Settings.System.putInt(mPhone.getContext().getContentResolver(),
2009 Settings.System.WHEN_TO_MAKE_WIFI_CALLS, preference);
2312 Settings.Global.putInt(mPhone.getContext().getContentResolver(),
2313 Settings.Global.PREFERRED_NETWORK_MODE + subId, networkType);
2319 * Check TETHER_DUN_REQUIRED and TETHER_DUN_APN settings, net.tethering.noprovisioning
2329 int dunRequired = Settings.Global.getInt(mPhone.getContext().getContentResolver(),
2330 Settings.Global.TETHER_DUN_REQUIRED, 2);
2341 * Used by the user through settings etc to turn on/off mobile data
3018 * Returns the URI for the per-account voicemail ringtone set in Phone settings.
3036 * Returns whether vibration is set for voicemail notification in Phone settings.