Lines Matching refs:Settings
17 package com.android.settings;
31 import android.provider.Settings;
36 import com.android.settings.bluetooth.BluetoothEnabler;
37 import com.android.settings.wifi.WifiEnabler;
80 String toggleable = Settings.System.getString(context.getContentResolver(),
81 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
100 String toggleable = Settings.System.getString(getContentResolver(),
101 Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
104 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIFI)) {
111 if (toggleable == null || !toggleable.contains(Settings.System.RADIO_BLUETOOTH)) {
116 // Disable Bluetooth Settings if Bluetooth service is not available.