Home
last modified time | relevance | path

Searched refs:getCodecsSelectableCapabilities (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
DBluetoothCodecStatus.java24 public BluetoothCodecConfig[] getCodecsSelectableCapabilities() { return null; } in getCodecsSelectableCapabilities() method in BluetoothCodecStatus
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java181 when(status.getCodecsSelectableCapabilities()).thenReturn(configs); in getLabelDeviceConnectedButNotHighQualityCodec()
196 when(status.getCodecsSelectableCapabilities()).thenReturn(configs); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java131 public BluetoothCodecConfig[] getCodecsSelectableCapabilities() { in getCodecsSelectableCapabilities() method in BluetoothCodecStatus
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java244 selectable = mServiceWrapper.getCodecStatus().getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()