Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java131 public static BluetoothProfile valueOfProfile(int profile) { in valueOfProfile()
135 BluetoothProfile(int profile) { in BluetoothProfile()
498 BluetoothProfile profile, in changeProfileAccessPermission()
651 int profile = profileData.getInt("profile"); in waitForConnectedOrDisconnectedProfiles() local
708 ITestDevice primary, String address, BluetoothProfile profile) in isProfileConnected()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DConnectionStressTest.py66 def start_ap(self, profile, channel, security=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py324 def set_profile_under_test(self, profile): argument