Home
last modified time | relevance | path

Searched refs:getHighQualityAudioOptionLabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java186 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java291 public String getHighQualityAudioOptionLabel(BluetoothDevice device) { in getHighQualityAudioOptionLabel() method in A2dpProfile