Home
last modified time | relevance | path

Searched refs:isOptionalCodecsEnabled (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothCodecDialogPreferenceControllerTest.java139 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in writeConfigurationValues_selectDefault_setHighest()
233 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in onHDAudioEnabled_optionalCodecEnabled_setsCodecTypeAsOpus()
252 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in onHDAudioEnabled_optionalCodecEnabled_setsCodecTypeAsAAC()
270 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in onHDAudioEnabled_optionalCodecDisabled_setsCodecTypeAsSBC()
DBluetoothHDAudioPreferenceControllerTest.java131 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in updateState_codecSupportedAndEnabled_checked()
145 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in updateState_codecSupportedAndDisabled_notChecked()
DAbstractBluetoothListPreferenceControllerTest.java192 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)) in isHDAudioEnabled_errorChecking()
200 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)) in isHDAudioEnabled_verifyEnabled()
DBluetoothCodecListPreferenceControllerTest.java192 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)) in writeConfigurationValues_selectDefault()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java209 public void isOptionalCodecsEnabled() { in isOptionalCodecsEnabled() method in A2dpServiceBinderTest
210 mBinder.isOptionalCodecsEnabled(sDevice, sSource); in isOptionalCodecsEnabled()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceController.java66 final boolean isEnabled = bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in updateState()
DBluetoothCodecDialogPreferenceController.java85 if (bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in getSelectableIndex()
DAbstractBluetoothListPreferenceController.java228 return (bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in isHDAudioEnabled()
DAbstractBluetoothDialogPreferenceController.java230 if (bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in getHighestCodec()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl67 int isOptionalCodecsEnabled(in BluetoothDevice device, in AttributionSource attributionSource); in isOptionalCodecsEnabled() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java934 public int isOptionalCodecsEnabled(@NonNull BluetoothDevice device) { in isOptionalCodecsEnabled() method in BluetoothA2dp
943 return service.isOptionalCodecsEnabled(device, mAttributionSource); in isOptionalCodecsEnabled()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1620 public int isOptionalCodecsEnabled(BluetoothDevice device, AttributionSource source) { in isOptionalCodecsEnabled() method in A2dpService.BluetoothA2dpBinder
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt11 …T, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int isOptionalCodecsEnabled(@NonNull …