Searched refs:getCodecConfig (Results 1 – 5 of 5) sorted by relevance
443 assertTrue(Objects.equals(bcs_A.getCodecConfig(), config_A)); in testBluetoothCodecStatus_get_methods()444 assertTrue(Objects.equals(bcs_A.getCodecConfig(), config_B)); in testBluetoothCodecStatus_get_methods()445 assertFalse(Objects.equals(bcs_A.getCodecConfig(), config_C)); in testBluetoothCodecStatus_get_methods()
144 public @Nullable BluetoothCodecConfig getCodecConfig() { in getCodecConfig() method in BluetoothCodecStatus
121 when(status.getCodecConfig()).thenReturn(config); in isHighQualityAudioEnabled()
230 codecConfig = mService.getCodecStatus(device).getCodecConfig(); in isHighQualityAudioEnabled()
235 final BluetoothCodecConfig btCodecConfig = btCodecStatus.getCodecConfig(); in getA2dpCodec()