Searched refs:getCodecStatus (Results 1 – 6 of 6) sorted by relevance
46 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in BluetoothA2dpWrapper47 return mService.getCodecStatus(device); in getCodecStatus()
227 if (mServiceWrapper.getCodecStatus(device) != null) { in isHighQualityAudioEnabled()228 codecConfig = mServiceWrapper.getCodecStatus(device).getCodecConfig(); in isHighQualityAudioEnabled()261 if (mServiceWrapper.getCodecStatus(device) != null) { in getHighQualityAudioOptionLabel()262 selectable = mServiceWrapper.getCodecStatus(device).getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()
119 when(mBluetoothA2dpWrapper.getCodecStatus(mDevice)).thenReturn(status); in isHighQualityAudioEnabled()182 when(mBluetoothA2dpWrapper.getCodecStatus(mDevice)).thenReturn(status); in getLabelDeviceConnectedButNotHighQualityCodec()197 when(mBluetoothA2dpWrapper.getCodecStatus(mDevice)).thenReturn(status); in getLabelDeviceConnectedWithHighQualityCodec()
674 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in BluetoothA2dp679 return mService.getCodecStatus(device); in getCodecStatus()
1051 Landroid/bluetooth/BluetoothA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/blue…
16646 HSPLandroid/bluetooth/IBluetoothA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/…