Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java622 AudioDeviceInfo mockAudioDevice5Info = createMockAudioDeviceInfo(device5.getAddress(), in testConnectDualModeEarbud() local
626 when(mockAudioDevice5Info.getType()).thenReturn(AudioDeviceInfo.TYPE_BLE_HEADSET); in testConnectDualModeEarbud()
629 devices.add(mockAudioDevice5Info); in testConnectDualModeEarbud()
634 when(mockAudioManager.setCommunicationDevice(mockAudioDevice5Info)) in testConnectDualModeEarbud()
650 verify(mockAudioManager).setCommunicationDevice(mockAudioDevice5Info); in testConnectDualModeEarbud()
656 devices.remove(mockAudioDevice5Info); in testConnectDualModeEarbud()
670 devices.add(mockAudioDevice5Info); in testConnectDualModeEarbud()