Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_search_contact_by_phone_number.py37 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_search_showing_found_contacts.py38 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_search_contacts_by_last_name.py38 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_search_contacts_by_first_name.py38 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_sort_contacts_by_first_name.py38 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_add_remove_favorite_contact.py39 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_contact_test.py39 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_search_contacts_and_call.py37 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_sort_contacts_by_last_name.py55 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
Ddialer_test_import_address_details.py51 self.call_utils.upload_vcf_contacts_to_device(self.target, file_path)
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py234 def upload_vcf_contacts_to_device(self, device_target, path_to_contacts_file): member in CallUtils