Searched refs:getOptionalCodecsEnabled (Results 1 – 3 of 3) sorted by relevance
91 when(mBluetoothA2dp.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()95 when(mBluetoothA2dp.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()103 when(mBluetoothA2dp.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()
719 public int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in BluetoothA2dp723 return service.getOptionalCodecsEnabled(device); in getOptionalCodecsEnabled()
218 int enabled = mService.getOptionalCodecsEnabled(device); in isHighQualityAudioEnabled()