Home
last modified time | relevance | path

Searched refs:airplaneModeToggleableRadios (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java239 final String airplaneModeToggleableRadios = Settings.System.getString(resolver, in isBluetoothAllowed() local
241 final boolean isAirplaneToggleable = airplaneModeToggleableRadios == null ? false : in isBluetoothAllowed()
242 airplaneModeToggleableRadios.contains(Settings.System.RADIO_BLUETOOTH); in isBluetoothAllowed()