OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:airplanemodetoggleableradios
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java
239
final String
airplaneModeToggleableRadios
= Settings.System.getString(resolver,
241
final boolean isAirplaneToggleable =
airplaneModeToggleableRadios
== null ? false :
242
airplaneModeToggleableRadios
.contains(Settings.System.RADIO_BLUETOOTH);
Completed in 53 milliseconds