Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java79 @Mock AudioDeviceInfo mSpeakerInfo; field in BluetoothDeviceManagerTest
139 when(mSpeakerInfo.getType()).thenReturn(TYPE_BUILTIN_SPEAKER); in setUp()
807 when(mockAudioManager.getCommunicationDevice()).thenReturn(mSpeakerInfo); in assertClearHearingAidOrLeCommunicationDevice()