Searched refs:bluetooth_enabled (Results 1 – 1 of 1) sorted by relevance
205 def validate_three_preference_buttons(self, bluetooth_enabled): argument215 expected_check_status = "checked" if bluetooth_enabled else "unchecked"216 if (self.device.mbs.isBluetoothPreferenceChecked() != bluetooth_enabled):218 + str(bluetooth_enabled))221 expected_status = "enabled" if bluetooth_enabled else "disabled"222 if (self.device.mbs.isPhonePreferenceEnabled() != bluetooth_enabled):227 if (self.device.mbs.isMediaPreferenceEnabled() != bluetooth_enabled):