Home | History | Annotate | Download | only in settings

Lines Matching refs:Settings

17 package com.android.settings;
42 import android.provider.Settings;
51 import com.android.settings.nfc.NfcEnabler;
243 String toggleable = Settings.Global.getString(context.getContentResolver(),
244 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
285 String toggleable = Settings.Global.getString(activity.getContentResolver(),
286 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
296 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_WIMAX )
305 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_WIFI)) {
313 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_BLUETOOTH)) {
318 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_NFC)) {
331 // Remove Mobile Network Settings and Manage Mobile Plan if it's a wifi-only device.
336 // Remove Mobile Network Settings and Manage Mobile Plan
354 // Remove Airplane Mode settings if it's a stationary device such as a TV.
359 // Enable Proxy selector settings if allowed.
378 // Enable link to CMAS app settings depending on the value in config.xml.