Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecStatusTest.java451 assertTrue(Arrays.equals(bcs_A.getCodecsSelectableCapabilities(), in testBluetoothCodecStatus_get_methods()
453 assertTrue(Arrays.equals(bcs_A.getCodecsSelectableCapabilities(), in testBluetoothCodecStatus_get_methods()
455 assertFalse(Arrays.equals(bcs_A.getCodecsSelectableCapabilities(), in testBluetoothCodecStatus_get_methods()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java184 when(status.getCodecsSelectableCapabilities()).thenReturn(configs); in getLabelDeviceConnectedButNotHighQualityCodec()
199 when(status.getCodecsSelectableCapabilities()).thenReturn(configs); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java217 public @Nullable BluetoothCodecConfig[] getCodecsSelectableCapabilities() { in getCodecsSelectableCapabilities() method in BluetoothCodecStatus
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java285 selectable = mService.getCodecStatus(device).getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()
/frameworks/base/api/
Dsystem-lint-baseline.txt27 ArrayReturn: android.bluetooth.BluetoothCodecStatus#getCodecsSelectableCapabilities():