Searched refs:getSelectableByCodecType (Results 1 – 6 of 6) sorted by relevance
64 sampleRateValue = getHighestSampleRate(getSelectableByCodecType( in writeConfigurationValues()101 getSelectableByCodecType(currentConfig.getCodecType()).getSampleRate(); in getSelectableIndex()
64 channelModeValue = getHighestChannelMode(getSelectableByCodecType( in writeConfigurationValues()95 getSelectableByCodecType(currentConfig.getCodecType()).getChannelMode(); in getSelectableIndex()
64 bitsPerSampleValue = getHighestBitsPerSample(getSelectableByCodecType( in writeConfigurationValues()98 getSelectableByCodecType(currentConfig.getCodecType()).getBitsPerSample(); in getSelectableIndex()
136 final BluetoothCodecConfig config = getSelectableByCodecType(codecTypeValue); in writeConfigurationValues()
200 protected BluetoothCodecConfig getSelectableByCodecType(int codecTypeValue) { in getSelectableByCodecType() method in AbstractBluetoothDialogPreferenceController
195 assertThat(mController.getSelectableByCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC)) in getSelectableByCodecType_verifyConfig()209 assertThat(mController.getSelectableByCodecType( in getSelectableByCodecType_unavailable()