Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceControllerTest.java105 when(mBluetoothA2dp.isOptionalCodecsSupported(mActiveDevice)).thenReturn( in updateState_codecSupported_setEnable()
117 when(mBluetoothA2dp.isOptionalCodecsSupported(mActiveDevice)).thenReturn( in updateState_codecNotSupported_setDisable()
129 when(mBluetoothA2dp.isOptionalCodecsSupported(mActiveDevice)).thenReturn( in updateState_codecSupportedAndEnabled_checked()
143 when(mBluetoothA2dp.isOptionalCodecsSupported(mActiveDevice)).thenReturn( in updateState_codecSupportedAndDisabled_notChecked()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java203 public void isOptionalCodecsSupported() { in isOptionalCodecsSupported() method in A2dpServiceBinderTest
204 mBinder.isOptionalCodecsSupported(sDevice, sSource); in isOptionalCodecsSupported()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceController.java62 final boolean supported = (bluetoothA2dp.isOptionalCodecsSupported(activeDevice) in updateState()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl65 … int isOptionalCodecsSupported(in BluetoothDevice device, in AttributionSource attributionSource); in isOptionalCodecsSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java900 public int isOptionalCodecsSupported(@NonNull BluetoothDevice device) { in isOptionalCodecsSupported() method in BluetoothA2dp
909 return service.isOptionalCodecsSupported(device, mAttributionSource); in isOptionalCodecsSupported()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1606 public int isOptionalCodecsSupported(BluetoothDevice device, AttributionSource source) { in isOptionalCodecsSupported() method in A2dpService.BluetoothA2dpBinder
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt12 …, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int isOptionalCodecsSupported(@NonNull…