HomeSort by relevance Sort by last modified time
    Searched full:get_contact_count (Results 1 - 1 of 1) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_contacts_utils.py 269 def get_contact_count(device): function
324 if get_contact_count(device) > 0:
340 while (expected_count != get_contact_count(device) and
347 get_contact_count(device), expected_count))

Completed in 141 milliseconds