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

/frameworks/base/core/java/android/provider/
H A DSettings.java1800 MOVED_TO_GLOBAL.add(Settings.Global.AIRPLANE_MODE_RADIOS);
2476 * @deprecated Use {@link android.provider.Settings.Global#AIRPLANE_MODE_RADIOS} instead
2479 public static final String AIRPLANE_MODE_RADIOS = Global.AIRPLANE_MODE_RADIOS; field in class:Settings.System
6560 * Constant for use in AIRPLANE_MODE_RADIOS to specify Bluetooth radio.
6565 * Constant for use in AIRPLANE_MODE_RADIOS to specify Wi-Fi radio.
6574 * Constant for use in AIRPLANE_MODE_RADIOS to specify Cellular radio.
6579 * Constant for use in AIRPLANE_MODE_RADIOS to specify NFC radio.
6588 public static final String AIRPLANE_MODE_RADIOS = "airplane_mode_radios"; field in class:Settings.Global
6593 * added to both AIRPLANE_MODE_RADIOS an
[all...]

Completed in 26 milliseconds