Lines Matching refs:Settings
17 package com.android.settings;
32 import android.provider.Settings;
39 import com.android.settings.nfc.NfcEnabler;
40 import com.android.settings.NsdEnabler;
88 String toggleable = Settings.System.getString(context.getContentResolver(),
89 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
112 String toggleable = Settings.System.getString(activity.getContentResolver(),
113 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
123 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIMAX )
130 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIFI)) {
135 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_BLUETOOTH)) {
140 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_NFC)) {
153 // Remove Mobile Network Settings if it's a wifi-only device.
158 // Enable Proxy selector settings if allowed.
176 // Enable link to CMAS app settings depending on the value in config.xml.