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.wifi.p2p.WifiP2pEnabler;
88 String toggleable = Settings.System.getString(context.getContentResolver(),
89 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
109 String toggleable = Settings.System.getString(activity.getContentResolver(),
110 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
113 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIFI)) {
118 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_BLUETOOTH)) {
123 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_NFC)) {
136 // Remove Mobile Network Settings if it's a wifi-only device.
150 // Enable Proxy selector settings if allowed.