Searched refs:isOptionalCodecsEnabled (Results 1 – 3 of 3) sorted by relevance
92 when(mBluetoothA2dp.isOptionalCodecsEnabled(mDevice)).thenReturn( in isHighQualityAudioEnabled()96 when(mBluetoothA2dp.isOptionalCodecsEnabled(mDevice)).thenReturn( in isHighQualityAudioEnabled()104 when(mBluetoothA2dp.isOptionalCodecsEnabled(mDevice)).thenReturn( in isHighQualityAudioEnabled()
234 int enabled = mService.isOptionalCodecsEnabled(bluetoothDevice); in isHighQualityAudioEnabled()
798 public int isOptionalCodecsEnabled(@NonNull BluetoothDevice device) { in isOptionalCodecsEnabled() method in BluetoothA2dp