Home | History | Annotate | Download | only in settings

Lines Matching refs:settings

17 package com.android.settings;
31 import android.provider.Settings;
34 import com.android.settings.bluetooth.BluetoothEnabler;
35 import com.android.settings.wifi.WifiEnabler;
36 import com.android.settings.nfc.NfcEnabler;
83 String toggleable = Settings.System.getString(context.getContentResolver(),
84 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
105 String toggleable = Settings.System.getString(getContentResolver(),
106 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
117 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIMAX )
125 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIFI)) {
132 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_BLUETOOTH)) {
137 // Remove Bluetooth Settings if Bluetooth service is not available.