Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothAudioConfigTest.java36 private static final int TEST_CHANNEL_COUNT = 1; field in BluetoothAudioConfigTest
42 TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT, AudioFormat.ENCODING_PCM_16BIT); in createBluetoothAudioConfig()
45 assertThat(audioConfig.getChannelConfig()).isEqualTo(TEST_CHANNEL_COUNT); in createBluetoothAudioConfig()
53 TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT, AudioFormat.ENCODING_PCM_16BIT); in writeToParcel()
71 TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT, AudioFormat.ENCODING_PCM_16BIT); in bluetoothAudioConfigHashCode()
87 TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT, AudioFormat.ENCODING_PCM_16BIT); in bluetoothAudioConfigToString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceTest.java77 private static final int TEST_CHANNEL_COUNT = 1; field in A2dpSinkServiceTest
264 StackEvent.audioConfigChanged(mDevice1, TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT); in testGetAudioConfiguration()
270 TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT, AudioFormat.ENCODING_PCM_16BIT); in testGetAudioConfiguration()
279 StackEvent.audioConfigChanged(null, TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT); in testOnAudioConfigChanged_withNullDevice_eventDropped()
290 StackEvent.audioConfigChanged(mDevice1, TEST_SAMPLE_RATE, TEST_CHANNEL_COUNT); in testOnAudioConfigChanged_withUnknownDevice_eventDropped()