HomeSort by relevance Sort by last modified time
    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