Searched refs:expected_count (Results 1 – 1 of 1) 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))