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

/frameworks/base/core/java/android/provider/
H A DSettings.java1828 MOVED_TO_GLOBAL.add(Settings.Global.AIRPLANE_MODE_RADIOS);
2503 * @deprecated Use {@link android.provider.Settings.Global#AIRPLANE_MODE_RADIOS} instead
2506 public static final String AIRPLANE_MODE_RADIOS = Global.AIRPLANE_MODE_RADIOS; field in class:Settings.System
6747 * Constant for use in AIRPLANE_MODE_RADIOS to specify Bluetooth radio.
6752 * Constant for use in AIRPLANE_MODE_RADIOS to specify Wi-Fi radio.
6761 * Constant for use in AIRPLANE_MODE_RADIOS to specify Cellular radio.
6766 * Constant for use in AIRPLANE_MODE_RADIOS to specify NFC radio.
6775 public static final String AIRPLANE_MODE_RADIOS = "airplane_mode_radios"; field in class:Settings.Global
6780 * added to both AIRPLANE_MODE_RADIOS an
[all...]

Completed in 82 milliseconds