Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java823 int oldCodecType, in testCodecParametersChangeHelper() argument
829 getDefaultCodecConfigByType(oldCodecType, PRIORITY_HIGH); in testCodecParametersChangeHelper()
848 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()
851 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper()
857 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper()
862 new BluetoothCodecConfig[] {getCodecCapabilitiesByType(oldCodecType)}; in testCodecParametersChangeHelper()
866 getCodecCapabilitiesByType(oldCodecType) in testCodecParametersChangeHelper()
881 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()
884 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper()
890 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1774 int oldCodecType = newExtras.getInt(Connection.EXTRA_AUDIO_CODEC, in refreshCodec() local
1776 if (newCodecType != oldCodecType) { in refreshCodec()
1778 Log.i(this, "refreshCodec: codec changed; old=%d, new=%d", oldCodecType, newCodecType); in refreshCodec()