Searched refs:isOptionalCodecsSupported (Results 1 – 7 of 7) sorted by relevance
105 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()
203 public void isOptionalCodecsSupported() { in isOptionalCodecsSupported() method in A2dpServiceBinderTest204 mBinder.isOptionalCodecsSupported(sDevice, sSource); in isOptionalCodecsSupported()
62 final boolean supported = (bluetoothA2dp.isOptionalCodecsSupported(activeDevice) in updateState()
65 … int isOptionalCodecsSupported(in BluetoothDevice device, in AttributionSource attributionSource); in isOptionalCodecsSupported() method
900 public int isOptionalCodecsSupported(@NonNull BluetoothDevice device) { in isOptionalCodecsSupported() method in BluetoothA2dp909 return service.isOptionalCodecsSupported(device, mAttributionSource); in isOptionalCodecsSupported()
1606 public int isOptionalCodecsSupported(BluetoothDevice device, AttributionSource source) { in isOptionalCodecsSupported() method in A2dpService.BluetoothA2dpBinder
12 …, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int isOptionalCodecsSupported(@NonNull…