Home
last modified time | relevance | path

Searched defs:profiles (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbt_utils.py237 def check_dut_status(self, device, profiles=None): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java402 ITestDevice primary, ITestDevice secondary, Set<BluetoothProfile> profiles) in connect()
435 ITestDevice primary, ITestDevice secondary, Set<BluetoothProfile> profiles) in disconnect()
538 Set<BluetoothProfile> profiles, in setProfilePriority()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py1573 def set_profile_priority(host_ad, client_ad, profiles, priority): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/
DPtsBotTest.java172 private SortedSet<String> profiles = new TreeSet<>(); field in PtsBotTest