Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java583 getDefaultCodecConfigByType( in testDisableOptionalCodecs()
594 getDefaultCodecConfigByType(codecType, in testDisableOptionalCodecs()
616 getDefaultCodecConfigByType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC, in testEnableOptionalCodecs()
625 getDefaultCodecConfigByType(codecType, in testEnableOptionalCodecs()
632 private BluetoothCodecConfig getDefaultCodecConfigByType(int codecType, int codecPriority) { in getDefaultCodecConfigByType() method in A2dpCodecConfigTest
671 getDefaultCodecConfigByType(oldCodecType, PRIORITY_HIGH); in testCodecParametersChangeHelper()
748 getDefaultCodecConfigByType(oldCodecType, PRIORITY_HIGH); in testCodecSpecificParametersChangeHelper()
756 codecDefaultTemp = getDefaultCodecConfigByType(newCodecType, PRIORITY_HIGH); in testCodecSpecificParametersChangeHelper()
780 getDefaultCodecConfigByType(newCodecType, newCodecPriority) in testCodecPriorityChangeHelper()
782 BluetoothCodecConfig oldCodecConfig = getDefaultCodecConfigByType(oldCodecType, in testCodecPriorityChangeHelper()
[all …]