Home
last modified time | relevance | path

Searched refs:HEADSET (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLevelUtility.java33 final String HEADSET = "(headset): "; in extractDeviceHeadsetLevelFromAdbShell() local
47 pos = shellOutput.indexOf(HEADSET, pos); in extractDeviceHeadsetLevelFromAdbShell()
49 final int start = pos + HEADSET.length(); in extractDeviceHeadsetLevelFromAdbShell()
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py77 {BtEnum.BluetoothProfile.HEADSET.value}):
91 [BtEnum.BluetoothProfile.HEADSET.value]):
DCoexHfpStressTest.py46 set([BtEnum.BluetoothProfile.HEADSET.value])):
70 {BtEnum.BluetoothProfile.HEADSET.value}):
76 {BtEnum.BluetoothProfile.HEADSET.value}):
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DCoexBtMultiProfilePerformanceTest.py58 set([BtEnum.BluetoothProfile.HEADSET.value]) and
90 [BtEnum.BluetoothProfile.HEADSET.value]):
DWlanWithHfpPerformanceTest.py44 set([BtEnum.BluetoothProfile.HEADSET.value])):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtEnum.py40 HEADSET = 1 variable in BluetoothProfile
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py51 set([BtEnum.BluetoothProfile.HEADSET.value])):
94 set([BtEnum.BluetoothProfile.HEADSET.value])):
DCoexBtMultiProfileFunctionalityTest.py52 set([BtEnum.BluetoothProfile.HEADSET.value]) and
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DBluetoothConnectionLatencyCollector.java49 .put(BluetoothProfile.HEADSET.getProfile(), "headset")
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/multi/
DPairingMultiTargetPreparerTest.java146 setter.setOptionValue("bt-profile", BluetoothProfile.HEADSET.name()); in setBluetoothProfiles()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto258 HEADSET = 1; enumerator
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java111 HEADSET(1), enumConstant