Searched refs:getParentCall (Results 1 – 8 of 8) sorted by relevance
160 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()
995 when(fakeChild.getParentCall()).thenReturn(fakeConfCall); in testDoNotLogChildOfRemotelyHostedConference()1069 when(fakeCall.getParentCall()).thenReturn(null); in makeFakeCall()
226 return call.getParentCall() != null || call.isExternalCall(); in shouldIgnoreCallForAudio()315 Call parentCall = call.getParentCall(); in onIsConferencedChanged()
210 return call.getParentCall() == null && !call.isExternalCall() && in shouldUseRecordingTone()
881 if (call.getParentCall() != null) { in shouldSilenceInsteadOfReject()3393 } else if (call.getParentCall() == null) {3439 && call.getParentCall() == null3449 if (call.getParentCall() == null && call.getState() == CallState.ON_HOLD) {3502 if (call.getParentCall() != null) {4002 call.getParentCall() == null && !call.isExternalCall());4093 && call.getParentCall() == null
181 Call parentCall = call.getParentCall(); in toParcelableCall()
185 if (call.getParentCall() != null && call.hasProperty(Connection.PROPERTY_REMOTELY_HOSTED)) { in shouldLogDisconnectedCall()
909 getParentCall() != null, in toString()1067 boolean isChild = getParentCall() != null; in isFocusable()2062 public Call getParentCall() { in getParentCall() method in Call