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.java286 when(confCall1.getParentCall()).thenReturn(parentCall); in testConferenceInProgressCDMA()
287 when(confCall2.getParentCall()).thenReturn(parentCall); in testConferenceInProgressCDMA()
333 when(foregroundCall.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaHold()
334 when(heldCall.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaHold()
374 when(confCall1.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaConference()
375 when(confCall2.getParentCall()).thenReturn(parentCall); in testListCurrentCallsCdmaConference()
554 when(childCall1.getParentCall()).thenReturn(parentCall); in testListCurrentCallsHeldImsCepConference()
555 when(childCall2.getParentCall()).thenReturn(parentCall); in testListCurrentCallsHeldImsCepConference()
859 when(activeCall.getParentCall()).thenReturn(parentCall); in testOnIsConferencedChanged()
860 when(heldCall.getParentCall()).thenReturn(parentCall); in testOnIsConferencedChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java527 if (call.getParentCall() != null) { in shouldSilenceInsteadOfReject()
1543 if (c != null && c.isAlive() && c != call && c.getParentCall() == null) { in unholdCall()
1914 } else if (call.getParentCall() == null) { in canAddCall()
1959 if (call.getParentCall() == null && call.getState() == CallState.ON_HOLD) { in getNumHeldCalls()
2002 if (call.getParentCall() != null) { in getFirstCallWithState()
2426 call.getParentCall() == null && !call.isExternalCall()); in getNumCallsWithState()
2503 call.getParentCall() == null && in getNumCallsForOtherPhoneAccount()
DBluetoothPhoneServiceImpl.java375 if (call.getParentCall() != null) {
588 Call conferenceCall = call.getParentCall(); in sendClccForCall()
DCallAudioManager.java208 return call.getParentCall() != null || call.isExternalCall(); in shouldIgnoreCallForAudio()
307 Call parentCall = call.getParentCall(); in onIsConferencedChanged()
DParcelableCallUtils.java125 Call parentCall = call.getParentCall(); in toParcelableCall()
DCall.java657 getParentCall() != null, in toString()
1372 public Call getParentCall() { in getParentCall() method in Call