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;
82 String toggleable = Settings.System.getString(context.getContentResolver(),
83 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
104 String toggleable = Settings.System.getString(getContentResolver(),
105 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
108 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIFI)) {
115 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_BLUETOOTH)) {
120 // Remove Bluetooth Settings if Bluetooth service is not available.