Home | History | Annotate | Download | only in settings

Lines Matching refs:Settings

17 package com.android.settings;
40 import android.provider.Settings;
52 import com.android.settings.nfc.NfcEnabler;
53 import com.android.settings.search.BaseSearchIndexProvider;
54 import com.android.settings.search.Indexable;
240 String toggleable = Settings.Global.getString(activity.getContentResolver(),
241 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS);
252 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_WIMAX )
260 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_WIFI)) {
271 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_BLUETOOTH)) {
276 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_NFC)) {
289 // Remove Mobile Network Settings and Manage Mobile Plan for secondary users,
297 // Remove Mobile Network Settings and Manage Mobile Plan
308 // Remove Airplane Mode settings if it's a stationary device such as a TV.
313 // Enable Proxy selector settings if allowed.
438 // Remove Mobile Network Settings and Manage Mobile Plan if it's a wifi-only device.
444 // Remove Mobile Network Settings and Manage Mobile Plan
454 // Remove Airplane Mode settings if it's a stationary device such as a TV.