Searched refs:isOptionalCodecsEnabled (Results 1 – 13 of 13) sorted by relevance
139 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()
131 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in updateState_codecSupportedAndEnabled_checked()145 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)).thenReturn( in updateState_codecSupportedAndDisabled_notChecked()
192 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)) in isHDAudioEnabled_errorChecking()200 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)) in isHDAudioEnabled_verifyEnabled()
192 when(mBluetoothA2dp.isOptionalCodecsEnabled(mActiveDevice)) in writeConfigurationValues_selectDefault()
209 public void isOptionalCodecsEnabled() { in isOptionalCodecsEnabled() method in A2dpServiceBinderTest210 mBinder.isOptionalCodecsEnabled(sDevice, sSource); in isOptionalCodecsEnabled()
66 final boolean isEnabled = bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in updateState()
85 if (bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in getSelectableIndex()
228 return (bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in isHDAudioEnabled()
230 if (bluetoothA2dp.isOptionalCodecsEnabled(activeDevice) in getHighestCodec()
67 int isOptionalCodecsEnabled(in BluetoothDevice device, in AttributionSource attributionSource); in isOptionalCodecsEnabled() method
934 public int isOptionalCodecsEnabled(@NonNull BluetoothDevice device) { in isOptionalCodecsEnabled() method in BluetoothA2dp943 return service.isOptionalCodecsEnabled(device, mAttributionSource); in isOptionalCodecsEnabled()
1620 public int isOptionalCodecsEnabled(BluetoothDevice device, AttributionSource source) { in isOptionalCodecsEnabled() method in A2dpService.BluetoothA2dpBinder
11 …T, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int isOptionalCodecsEnabled(@NonNull …