Home
last modified time | relevance | path

Searched refs:getChannelMode (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothChannelModeDialogPreferenceController.java85 return convertCfgToBtnIndex(config.getChannelMode()); in getCurrentIndexByConfig()
95 getSelectableByCodecType(currentConfig.getCodecType()).getChannelMode(); in getSelectableIndex()
DAbstractBluetoothDialogPreferenceController.java122 mBluetoothA2dpConfigStore.setChannelMode(config.getChannelMode()); in initConfigStore()
277 final int capability = config.getChannelMode(); in getHighestChannelMode()
DAbstractBluetoothListPreferenceController.java264 mBluetoothA2dpConfigStore.setChannelMode(config.getChannelMode()); in initConfigStore()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java127 int channelMode = codecConfig.getChannelMode(); in isCodecConfigSelectable()
128 if ((channelMode & selectableConfig.getChannelMode()) == 0 in isCodecConfigSelectable()
DBluetoothCodecConfig.java610 public @ChannelMode int getChannelMode() { in getChannelMode() method in BluetoothCodecConfig
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java785 codecConfig.getChannelMode(), in getDefaultCodecConfigByType()
808 codecCapabilities.getChannelMode(), in getCodecCapabilitiesByType()
932 codecDefaultTemp.getChannelMode(), in testCodecSpecificParametersChangeHelper()
945 codecDefaultTemp.getChannelMode(), in testCodecSpecificParametersChangeHelper()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp40 jmethodID getChannelMode; member
222 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getChannelMode); in prepareCodecPreferences()
564 &android_bluetooth_BluetoothCodecConfig.getChannelMode}, in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_hap_client.cpp62 jmethodID getChannelMode; member
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java539 && codecConfig.getChannelMode() == channelMode in verifyCodeConfig()
545 && codecConfig.getChannelMode() == channelMode) return true; in verifyCodeConfig()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothListPreferenceControllerTest.java218 verify(mBluetoothA2dpConfigStore).setChannelMode(mCodecConfigAAC.getChannelMode()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
DAbstractBluetoothDialogPreferenceControllerTest.java226 verify(mBluetoothA2dpConfigStore).setChannelMode(mCodecConfigAAC.getChannelMode()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java271 expect.that(bcc.getChannelMode()).isEqualTo(channel_mode); in testBluetoothCodecConfig_valid_get_methods()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java986 codecConfig.getChannelMode(), in codecConfigUpdated()
1002 codecCapability.getChannelMode(), in codecConfigUpdated()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt427 method public int getChannelMode();