Searched refs:expected_count (Results 1 – 2 of 2) sorted by relevance
334 def wait_for_phone_number_update_complete(device, expected_count): argument340 while (expected_count != get_contact_count(device) and347 get_contact_count(device), expected_count))351 def wait_for_call_log_update_complete(device, expected_count): argument357 while (expected_count != device.droid.callLogGetCount() and364 device.droid.callLogGetCount(), expected_count))
512 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_iterations527 if expected_count >= 0:528 if expected_count * number_of_iterations != count:531 (event, count, expected_count * number_of_iterations))