Searched defs:AIRPLANE_MODE_RADIOS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java930 MOVED_TO_GLOBAL.add(Settings.Global.AIRPLANE_MODE_RADIOS);
1474 * @deprecated Use {@link android.provider.Settings.Global#AIRPLANE_MODE_RADIOS} instead
1477 public static final String AIRPLANE_MODE_RADIOS = Global.AIRPLANE_MODE_RADIOS; field in class:Settings.System
4147 * Constant for use in AIRPLANE_MODE_RADIOS to specify Bluetooth radio.
4152 * Constant for use in AIRPLANE_MODE_RADIOS to specify Wi-Fi radio.
4161 * Constant for use in AIRPLANE_MODE_RADIOS to specify Cellular radio.
4166 * Constant for use in AIRPLANE_MODE_RADIOS to specify NFC radio.
4175 public static final String AIRPLANE_MODE_RADIOS = "airplane_mode_radios"; field in class:Settings.Global
4180 * added to both AIRPLANE_MODE_RADIOS an
[all...]

Completed in 413 milliseconds