Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_contacts_utils.py277 def import_device_contacts_from_vcf(device, destination_path, vcf_file, timeout=10): argument
280 number_count = phone_number_count(destination_path, vcf_file)
282 local_phonebook_path = "{}{}".format(destination_path, vcf_file)
283 phone_phonebook_path = "{}{}".format(STORAGE_PATH, vcf_file)
285 device.droid.importVcf("file://{}{}".format(STORAGE_PATH, vcf_file))
301 def export_device_contacts_to_vcf(device, destination_path, vcf_file): argument
304 path_on_phone = "{}{}".format(STORAGE_PATH, vcf_file)