Home | History | Annotate | Download | only in settings

Lines Matching refs:Settings

17 package com.android.settings;
38 import android.provider.Settings;
44 import com.android.settings.nfc.NfcEnabler;
45 import com.android.settings.NsdEnabler;
178 String toggleable = Settings.Global.getString(context.getContentResolver(),
179 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
211 String toggleable = Settings.Global.getString(activity.getContentResolver(),
212 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
222 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_WIMAX )
229 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_WIFI)) {
237 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_BLUETOOTH)) {
242 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_NFC)) {
255 // Remove Mobile Network Settings and Manage Mobile Plan if it's a wifi-only device.
261 // Enable Proxy selector settings if allowed.
279 // Enable link to CMAS app settings depending on the value in config.xml.