Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/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))
/tools/test/openhst/
Dstress_test.py512 expected_count = self.__GetExpectedEventCount(event)
514 if expected_count > 0:
515 if count > expected_count * number_of_iterations:
520 expected_count * number_of_iterations)
521 count = expected_count * number_of_iterations
527 if expected_count >= 0:
528 if expected_count * number_of_iterations != count:
531 (event, count, expected_count * number_of_iterations))