Searched refs:getImsCall (Results 1 – 8 of 8) sorted by relevance
107 ImsCall imsCall = getImsCall(); in isMultiparty()147 ImsCall call = getImsCall(); in getConferenceParticipants()256 null : getFirstConnection().getImsCall(); in setMute()301 getImsCall() { in getImsCall() method in ImsPhoneCall302 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall(); in getImsCall()
198 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()1137 ImsCall activeCall = mForegroundCall.getImsCall(); in acceptCall()1138 ImsCall ringingCall = mRingingCall.getImsCall(); in acceptCall()1163 ImsCall imsCall = mRingingCall.getImsCall(); in acceptCall()1216 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCallForPendingMo()1242 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCall()1244 mCallExpectedToResume = mBackgroundCall.getImsCall(); in holdActiveCall()1269 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCallForWaitingCall()1289 ImsCall imsCall = mBackgroundCall.getImsCall(); in unholdHeldCall()1312 ImsCall imsCall = mForegroundCall.getImsCall(); in resumeForegroundCall()[all …]
706 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection775 ImsCall imsCall = getImsCall(); in onDisconnectConferenceParticipant()1019 ImsCall imsCall = getImsCall(); in startRtt()1021 getImsCall().sendRttModifyRequest(true); in startRtt()1030 getImsCall().sendRttModifyRequest(false); in stopRtt()1041 ImsCall imsCall = getImsCall(); in sendRttModifyResponse()1113 ImsCall imsCall = getImsCall(); in createRttTextHandler()1130 ImsCall call = getImsCall(); in updateImsCallRatFromExtras()1396 updateMediaCapabilities(getImsCall()); in setLocalVideoCapable()
257 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()286 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()418 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
2449 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
689 ImsCall call = connection.getImsCall(); in testNotifyHandovers()762 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone()788 ImsCall call = connection.getImsCall(); in testRemoteToneInactive()812 ImsCall call = connection.getImsCall(); in testRemoteHoldtone()948 ImsCall imsCall = connection.getImsCall(); in placeCallAndMakeActive()
176 doReturn(mImsCall).when(mConnection1).getImsCall(); in testMultiParty()
1375 Lcom/android/internal/telephony/imsphone/ImsPhoneCall;->getImsCall()Lcom/android/ims/ImsCall;