Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_search_contacts_and_call.py44 expected_first_name = constants.EXPECTED_CONTACT_FULL_NAME
51 expected_first_name
54 expected_first_name
58 self.discoverer.mbs.pressContactResult(expected_first_name)
Ddialer_test_search_contacts_by_first_name.py45 expected_first_name = constants.EXPECTED_CONTACT_FIRST_NAME
50 expected_first_name
53 expected_first_name
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py150 def press_contact_search_result(self, expected_first_name): argument
151 … logging.info('Attempting to press the contact result with name \'%s\'' % expected_first_name)
152 self.device.mbs.pressContactResult(expected_first_name)