Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallRecordingTonePlayerTest.java160 when(childCall.getParentCall()).thenReturn(parentcall); in testChildCall()
173 when(call.getParentCall()).thenReturn(null); in testAddExternalCall()
187 when(call.getParentCall()).thenReturn(null); in testAddEmergencyCall()
202 when(call.getParentCall()).thenReturn(null); in testAddIneligibleCall()
329 when(call.getParentCall()).thenReturn(null); in addValidCall()
DCallLogManagerTest.java995 when(fakeChild.getParentCall()).thenReturn(fakeConfCall); in testDoNotLogChildOfRemotelyHostedConference()
1069 when(fakeCall.getParentCall()).thenReturn(null); in makeFakeCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java226 return call.getParentCall() != null || call.isExternalCall(); in shouldIgnoreCallForAudio()
315 Call parentCall = call.getParentCall(); in onIsConferencedChanged()
DCallRecordingTonePlayer.java210 return call.getParentCall() == null && !call.isExternalCall() && in shouldUseRecordingTone()
DCallsManager.java881 if (call.getParentCall() != null) { in shouldSilenceInsteadOfReject()
3393 } else if (call.getParentCall() == null) {
3439 && call.getParentCall() == null
3449 if (call.getParentCall() == null && call.getState() == CallState.ON_HOLD) {
3502 if (call.getParentCall() != null) {
4002 call.getParentCall() == null && !call.isExternalCall());
4093 && call.getParentCall() == null
DParcelableCallUtils.java181 Call parentCall = call.getParentCall(); in toParcelableCall()
DCallLogManager.java185 if (call.getParentCall() != null && call.hasProperty(Connection.PROPERTY_REMOTELY_HOSTED)) { in shouldLogDisconnectedCall()
DCall.java909 getParentCall() != null, in toString()
1067 boolean isChild = getParentCall() != null; in isFocusable()
2062 public Call getParentCall() { in getParentCall() method in Call