Home | History | Annotate | Download | only in settings

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;
89 String toggleable = Settings.System.getString(context.getContentResolver(),
90 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
110 String toggleable = Settings.System.getString(activity.getContentResolver(),
111 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
121 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIMAX )
128 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIFI)) {
133 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_BLUETOOTH)) {
138 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_NFC)) {
151 // Remove Mobile Network Settings if it's a wifi-only device.
165 // Enable Proxy selector settings if allowed.