Home | History | Annotate | Download | only in phone

Lines Matching defs:Settings

26 import android.provider.Settings;
27 import android.provider.Settings.Secure;
71 Settings.Global.getInt(mPhone.getContext().getContentResolver(),
72 Settings.Global.CDMA_ROAMING_MODE, Phone.CDMA_RM_HOME);
83 //Set the Settings.Secure network mode
84 Settings.Global.putInt(mPhone.getContext().getContentResolver(),
85 Settings.Global.CDMA_ROAMING_MODE,
120 int settingsRoamingMode = Settings.Global.getInt(
122 Settings.Global.CDMA_ROAMING_MODE, Phone.CDMA_RM_HOME);
129 //changes the Settings.Secure accordingly to statusCdmaRoamingMode
130 Settings.Global.putInt(
132 Settings.Global.CDMA_ROAMING_MODE,
150 Settings.Global.putInt(mPhone.getContext().getContentResolver(),
151 Settings.Global.CDMA_ROAMING_MODE,
161 //set the Settings.System
162 Settings.Global.putInt(mPhone.getContext().getContentResolver(),
163 Settings.Global.CDMA_ROAMING_MODE,