Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java285 when(confCall1.getParentCall()).thenReturn(parentCall); in testConferenceInProgressCDMA()
286 when(confCall2.getParentCall()).thenReturn(parentCall); in testConferenceInProgressCDMA()
332 when(foregroundCall.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaHold()
333 when(heldCall.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaHold()
373 when(confCall1.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaConference()
374 when(confCall2.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaConference()
828 when(activeCall.getParentCall()).thenReturn(parentCall); in testOnIsConferencedChanged()
829 when(heldCall.getParentCall()).thenReturn(parentCall); in testOnIsConferencedChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1173 if (c != null && c.isAlive() && c != call && c.getParentCall() == null) { in unholdCall()
1459 } else if (call.getParentCall() == null) { in canAddCall()
1498 if (call.getParentCall() == null && call.getState() == CallState.ON_HOLD) { in getNumHeldCalls()
1536 if (call.getParentCall() != null) { in getFirstCallWithState()
1789 if (call.getParentCall() == null && call.getState() == state) { in getNumCallsWithState()
DCallAudioManager.java198 return call.getParentCall() != null || call.isExternalCall(); in shouldIgnoreCallForAudio()
292 Call parentCall = call.getParentCall(); in onIsConferencedChanged()
DBluetoothPhoneServiceImpl.java359 if (call.getParentCall() != null) {
564 Call conferenceCall = call.getParentCall(); in sendClccForCall()
DParcelableCallUtils.java85 Call parentCall = call.getParentCall(); in toParcelableCall()
DCall.java529 getParentCall() != null, in toString()
1019 public Call getParentCall() { in getParentCall() method in Call