Home
last modified time | relevance | path

Searched refs:A2DP_SINK (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarPairedConnectDisconnectTest.py87 set([BtEnum.BluetoothProfile.A2DP_SINK.value])):
122 BtEnum.BluetoothProfile.A2DP_SINK.value
142 BtEnum.BluetoothProfile.A2DP_SINK.value
DBtCarMediaConnectionTest.py58 self.SNK, self.SRC, [BtEnum.BluetoothProfile.A2DP_SINK],
135 set([BtEnum.BluetoothProfile.A2DP_SINK.value]))):
141 self.SNK, self.SRC, [BtEnum.BluetoothProfile.A2DP_SINK.value])
DBtCarHfpTest.py45 BtEnum.BluetoothProfile.A2DP_SINK.value
DBtCarMediaPassthroughTest.py90 self.SNK, self.SRC, set([BtEnum.BluetoothProfile.A2DP_SINK.value]))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_bt_utils.py49 BluetoothProfile.A2DP_SINK, BluetoothProfile.HEADSET_CLIENT,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtEnum.py50 A2DP_SINK = 11 variable in BluetoothProfile
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java74 BluetoothProfile.A2DP_SINK,
256 BluetoothProfile.A2DP_SINK.getProfile(), in testConnect_success()
301 BluetoothProfile.A2DP_SINK.getProfile(), in testDisconnect_success()
478 BluetoothProfile.A2DP_SINK, in testSetProfilePriority_multipleProfiles()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java120 A2DP_SINK(11), enumConstant
547 case A2DP_SINK: in setProfilePriority()
726 case A2DP_SINK: in isProfileConnected()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DBluetoothConnectionLatencyCollector.java53 .put(BluetoothProfile.A2DP_SINK.getProfile(), "a2dp_sink")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto268 A2DP_SINK = 11; enumerator