Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java107 if (codecConfig.getCodecType() != selectableConfig.getCodecType()) { in isCodecConfigSelectable()
DBluetoothCodecConfig.java421 public @SourceCodecType int getCodecType() { in getCodecType() method in BluetoothCodecConfig
/frameworks/base/telephony/java/android/telephony/
DCallQuality.java326 public int getCodecType() { in getCodecType() method in CallQuality
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java202 when(config.getCodecType()).thenReturn(4); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java296 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java215 assertEquals(codec_type, bcc.getCodecType()); in testBluetoothCodecConfig_valid_get_methods()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java290 return AudioSystem.bluetoothCodecToAudioFormat(btCodecConfig.getCodecType()); in getA2dpCodec()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2191 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()
/frameworks/base/core/api/
Dsystem-current.txt11096 method public int getCodecType();