Searched refs:contact_name (Results 1 – 2 of 2) sorted by relevance
47 contact_name = "John Smith"52 contact_name)54 contact_name, True)58 self.call_utils.open_details_page(contact_name)62 contact_name, False)
256 def open_details_page(self, contact_name): argument258 self.device.mbs.openDetailsPage(contact_name)268 def add_favorites_from_favorites_tab(self, contact_name): argument270 self.device.mbs.addFavoritesFromFavoritesTab(contact_name)272 def is_contact_in_favorites(self, contact_name, expected_result): argument274 actual_result =self.device.mbs.isContactInFavorites(contact_name)381 def search_contacts_name(self, contact_name): argument382 logging.info('Searching <%s> in contacts', contact_name)383 self.device.mbs.searchContactsByName(contact_name)