Searched refs:getHighQualityAudioOptionLabel (Results 1 – 2 of 2) sorted by relevance
186 assertThat(mProfile.getHighQualityAudioOptionLabel(mDevice)).isEqualTo(UNKNOWN_CODEC_LABEL); in getLableCodecsNotSupported()194 assertThat(mProfile.getHighQualityAudioOptionLabel(mDevice)).isEqualTo(UNKNOWN_CODEC_LABEL); in getLabelDeviceDisconnected()209 assertThat(mProfile.getHighQualityAudioOptionLabel(mDevice)).isEqualTo(UNKNOWN_CODEC_LABEL); in getLabelDeviceConnectedButNotHighQualityCodec()225 assertThat(mProfile.getHighQualityAudioOptionLabel(mDevice)).isEqualTo( in getLabelDeviceConnectedWithHighQualityCodec()
291 public String getHighQualityAudioOptionLabel(BluetoothDevice device) { in getHighQualityAudioOptionLabel() method in A2dpProfile