Searched refs:getImsCall (Results 1 – 7 of 7) sorted by relevance
107 ImsCall imsCall = getImsCall(); in isMultiparty()157 ImsCall call = getImsCall(); in getConferenceParticipants()279 ImsCall imsCall = connection == null ? null : connection.getImsCall(); in setMute()324 public ImsCall getImsCall() { in getImsCall() method in ImsPhoneCall326 return (connection == null) ? null : connection.getImsCall(); in getImsCall()
446 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()788 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection858 ImsCall imsCall = getImsCall(); in onDisconnectConferenceParticipant()1105 ImsCall imsCall = getImsCall(); in startRtt()1107 getImsCall().sendRttModifyRequest(true); in startRtt()1116 getImsCall().sendRttModifyRequest(false); in stopRtt()1127 ImsCall imsCall = getImsCall(); in sendRttModifyResponse()1213 ImsCall imsCall = getImsCall(); in createRttTextHandler()1231 ImsCall call = getImsCall(); in updateImsCallRatFromExtras()1499 updateMediaCapabilities(getImsCall()); in setLocalVideoCapable()
212 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()1563 ImsCall activeCall = mForegroundCall.getImsCall(); in acceptCall()1564 ImsCall ringingCall = mRingingCall.getImsCall(); in acceptCall()1590 ImsCall imsCall = mRingingCall.getImsCall(); in acceptCall()1647 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCallForPendingMo()1676 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCall()1678 mCallExpectedToResume = mBackgroundCall.getImsCall(); in holdActiveCall()1705 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCallForWaitingCall()1727 ImsCall imsCall = mBackgroundCall.getImsCall(); in unholdHeldCall()1755 ImsCall imsCall = mForegroundCall.getImsCall(); in resumeForegroundCall()[all …]
179 doReturn(mImsCall).when(mConnection1).getImsCall(); in testMultiParty()192 doReturn(mImsCall).when(mConnection1).getImsCall(); in testGetImsCall()195 ImsCall imsCall = mImsCallUT.getImsCall(); in testGetImsCall()202 doReturn(mImsCall).when(mConnection1).getImsCall(); in testSetMute()
785 ImsCall call = connection.getImsCall(); in testNotifyHandovers()858 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone()884 ImsCall call = connection.getImsCall(); in testRemoteToneInactive()908 ImsCall call = connection.getImsCall(); in testRemoteHoldtone()1019 ImsCall call = connection.getImsCall(); in testMergeComplete()1068 when(mImsPhoneConnection.getImsCall()).thenReturn(mImsCall); in testNoHoldErrorMessageWhenCallDisconnected()1081 mCTUT.getImsCallListener().onCallHoldFailed(mImsPhoneConnection.getImsCall(), info); in testNoHoldErrorMessageWhenCallDisconnected()1096 final ImsCall call = connection.getImsCall(); in testVtDataUsageProvider()1234 ImsCall imsCall = connection.getImsCall(); in placeCallAndMakeActive()
275 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()325 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()504 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
2721 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()