Searched refs:getOptionalCodecsEnabled (Results 1 – 6 of 6) sorted by relevance
54 public int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in BluetoothA2dpWrapperImpl55 return mService.getOptionalCodecsEnabled(device); in getOptionalCodecsEnabled()
52 int getOptionalCodecsEnabled(BluetoothDevice device); in getOptionalCodecsEnabled() method
198 int enabled = mServiceWrapper.getOptionalCodecsEnabled(device); in isHighQualityAudioEnabled()
96 when(mBluetoothA2dpWrapper.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()100 when(mBluetoothA2dpWrapper.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()108 when(mBluetoothA2dpWrapper.getOptionalCodecsEnabled(any())).thenReturn( in isHighQualityAudioEnabled()
46 int getOptionalCodecsEnabled(in BluetoothDevice device); in getOptionalCodecsEnabled() method
723 public int getOptionalCodecsEnabled(BluetoothDevice device) { in getOptionalCodecsEnabled() method in BluetoothA2dp727 return mService.getOptionalCodecsEnabled(device); in getOptionalCodecsEnabled()