Home
last modified time | relevance | path

Searched refs:setCodecType (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
H A DBluetoothCodecDialogPreferenceControllerTest.java114 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC); in writeConfigurationValues_selectDefault_setHighest()
126 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setCodecType( in writeConfigurationValues_checkCodec()
130 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC); in writeConfigurationValues_checkCodec()
133 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX); in writeConfigurationValues_checkCodec()
136 verify(mBluetoothA2dpConfigStore).setCodecType( in writeConfigurationValues_checkCodec()
140 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC); in writeConfigurationValues_checkCodec()
H A DAbstractBluetoothDialogPreferenceControllerTest.java200 verify(mBluetoothA2dpConfigStore).setCodecType(mCodecConfigAAC.getCodecType()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DBluetoothA2dpConfigStore.java37 public void setCodecType(int codecType) { in setCodecType() method in BluetoothA2dpConfigStore
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothCodecDialogPreferenceController.java123 mBluetoothA2dpConfigStore.setCodecType(codecTypeValue); in writeConfigurationValues()
H A DAbstractBluetoothDialogPreferenceController.java114 mBluetoothA2dpConfigStore.setCodecType(config.getCodecType()); in initConfigStore()