Searched refs:getOptionalCodecsEnabled (Results 1 – 6 of 6) sorted by relevance
60 public int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in BluetoothA2dpWrapper61 return mService.getOptionalCodecsEnabled(device); in getOptionalCodecsEnabled()
91 when(mBluetoothA2dpWrapper.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()95 when(mBluetoothA2dpWrapper.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()103 when(mBluetoothA2dpWrapper.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()
802 public int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in BluetoothA2dp806 return mService.getOptionalCodecsEnabled(device); in getOptionalCodecsEnabled()
216 int enabled = mServiceWrapper.getOptionalCodecsEnabled(device); in isHighQualityAudioEnabled()
1052 Landroid/bluetooth/BluetoothA2dp;->getOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;)I
16650 HSPLandroid/bluetooth/IBluetoothA2dp;->getOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;…