Home
last modified time | relevance | path

Searched refs:getCodecSpecific1 (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp.cpp42 jmethodID getCodecSpecific1; member
186 android_bluetooth_BluetoothCodecConfig.getCodecSpecific1 = env->GetMethodID( in classInitNative()
234 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific1); in prepareCodecPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioQualityPreferenceController.java82 int index = (int) config.getCodecSpecific1(); in getCurrentA2dpSettingIndex()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioQualityPreferenceController.java82 int index = (int) config.getCodecSpecific1(); in getCurrentA2dpSettingIndex()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothAudioQualityPreferenceControllerTest.java96 when(mBluetoothCodecConfig.getCodecSpecific1()).thenReturn(Long.valueOf(2)); in getCurrentA2dpSettingIndex_option2_shouldReturnSecondIndex()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java658 && (prevCodecConfig.getCodecSpecific1() in processCodecConfigEvent()
659 != newCodecConfig.getCodecSpecific1())) { in processCodecConfigEvent()
DA2dpService.java871 codecConfig.getCodecSpecific1(), codecConfig.getCodecSpecific2(), in codecConfigUpdated()
879 codecConfig.getCodecSpecific1(), codecConfig.getCodecSpecific2(), in codecConfigUpdated()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java513 && codecConfig.getCodecSpecific1() == codecSpecific1) return true; in verifyCodeConfig()