Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java668 private void testCodecParametersChangeHelper(int newCodecType, int oldCodecType, in testCodecParametersChangeHelper()
746 int oldCodecType, int oldCodecSpecific, boolean invokeNative) { in testCodecSpecificParametersChangeHelper()
776 int oldCodecType, int oldCodecPriority, boolean shouldApplyWhenAllSelectable) { in testCodecPriorityChangeHelper()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1738 int oldCodecType = newExtras.getInt(Connection.EXTRA_AUDIO_CODEC, in refreshCodec() local