Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py142 def press_bluetooth_toggle_on_device(self, device_name): argument
143 logging.info('Attempting to press the bluetooth toggle on device: \'%s\'' % device_name)
144 self.device.mbs.pressBluetoothToggleOnDevice(device_name)
146 def press_media_toggle_on_device(self, device_name): argument
147 logging.info('Attempting to press the media toggle on device: \'%s\'' % device_name)
148 self.device.mbs.pressMediaToggleOnDevice(device_name)
154 def press_device_entry_on_list_of_paired_devices(self, device_name): argument
155 logging.info('Attempting to press the device entry on device: ' + device_name)
156 self.device.mbs.pressDeviceInBluetoothSettings(device_name)
164 def press_phone_toggle_on_device(self, device_name): argument
[all …]