Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/utilities/
Dphone_device_utils.py28 def __init__(self, phone_device): argument
29 self.phone_device = phone_device
34 self.phone_device.mbs.pressPhoneIcon()
35 self.phone_device.mbs.pressDialpadIcon()
37 self.phone_device.mbs.enterNumberOnDialpad(number)
38 self.phone_device.mbs.pressCallButton()