Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_contacts_utils.py334 def wait_for_phone_number_update_complete(device, expected_count): argument
340 while (expected_count != get_contact_count(device) and
347 get_contact_count(device), expected_count))
351 def wait_for_call_log_update_complete(device, expected_count): argument
357 while (expected_count != device.droid.callLogGetCount() and
364 device.droid.callLogGetCount(), expected_count))