Lines Matching refs:Settings
39 import android.provider.Settings;
55 import com.android.phone.settings.AccountSelectionPreference;
56 import com.android.phone.settings.PhoneAccountSettingsFragment;
57 import com.android.phone.settings.VoicemailSettingsActivity;
58 import com.android.phone.settings.fdn.FdnSetting;
66 * Top level "Call settings" UI; see res/xml/call_feature_setting.xml
68 * This preference screen is the root of the "Call settings" hierarchy available from the Phone
69 * app; the settings here let you control various features related to phone calls (including
70 * voicemail settings, the "Respond via SMS" feature, and others.) It's used only on
77 * For the "Mobile network settings" screen under the main Settings app,
92 // changed unless the settings are also migrated.
120 android.provider.Settings.Global.putInt(mPhone.getContext().getContentResolver(),
121 android.provider.Settings.Global.CALL_AUTO_RETRY,
222 int autoretry = Settings.Global.getInt(
223 getContentResolver(), Settings.Global.CALL_AUTO_RETRY, 0);
352 * Finish current Activity and go up to the top level Settings ({@link CallFeaturesSetting}).
353 * This is useful for implementing "HomeAsUp" capability for second-level Settings.