Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DSystemBluetoothTest.java360 public void setLowLatencyAudioAllowed() { in setLowLatencyAudioAllowed() method in SystemBluetoothTest
363 assertThat(device.setLowLatencyAudioAllowed(true)).isTrue(); in setLowLatencyAudioAllowed()
364 assertThat(device.setLowLatencyAudioAllowed(false)).isTrue(); in setLowLatencyAudioAllowed()
367 assertThat(device.setLowLatencyAudioAllowed(true)).isFalse(); in setLowLatencyAudioAllowed()
368 assertThat(device.setLowLatencyAudioAllowed(false)).isFalse(); in setLowLatencyAudioAllowed()