Searched refs:oldCodecType (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 719 private void testCodecParametersChangeHelper(int newCodecType, int oldCodecType, in testCodecParametersChangeHelper() argument 722 getDefaultCodecConfigByType(oldCodecType, PRIORITY_HIGH); in testCodecParametersChangeHelper() 734 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper() 736 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper() 741 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper() 746 {getCodecCapabilitiesByType(oldCodecType)}; in testCodecParametersChangeHelper() 749 getCodecCapabilitiesByType(oldCodecType) in testCodecParametersChangeHelper() 764 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper() 766 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper() 771 getCodecCapabilitiesByType(oldCodecType), in testCodecParametersChangeHelper() [all …]
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 1738 int oldCodecType = newExtras.getInt(Connection.EXTRA_AUDIO_CODEC, in refreshCodec() local 1740 if (newCodecType != oldCodecType) { in refreshCodec() 1742 Log.i(this, "refreshCodec: codec changed; old=%d, new=%d", oldCodecType, newCodecType); in refreshCodec()
|