Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java278 when(parentCall.getConferenceLevelActiveCall()).thenReturn(confCall1); in testConferenceInProgressCDMA()
325 when(parentCall.getConferenceLevelActiveCall()).thenReturn(foregroundCall); in testListCurrentCallsCdmaHold()
366 when(parentCall.getConferenceLevelActiveCall()).thenReturn(confCall1); in testListCurrentCallsCdmaConference()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java575 Call activeChild = conferenceCall.getConferenceLevelActiveCall(); in sendClccForCall()
DCall.java1034 public Call getConferenceLevelActiveCall() { in getConferenceLevelActiveCall() method in Call