Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_add_remove_favorite_contact.py47 contact_name = "John Smith"
52 contact_name)
54 contact_name, True)
58 self.call_utils.open_details_page(contact_name)
62 contact_name, False)
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py256 def open_details_page(self, contact_name): argument
258 self.device.mbs.openDetailsPage(contact_name)
268 def add_favorites_from_favorites_tab(self, contact_name): argument
270 self.device.mbs.addFavoritesFromFavoritesTab(contact_name)
272 def is_contact_in_favorites(self, contact_name, expected_result): argument
274 actual_result =self.device.mbs.isContactInFavorites(contact_name)
381 def search_contacts_name(self, contact_name): argument
382 logging.info('Searching <%s> in contacts', contact_name)
383 self.device.mbs.searchContactsByName(contact_name)