Searched refs:getImsCall (Results 1 – 8 of 8) sorted by relevance
105 ImsCall imsCall = getImsCall(); in isMultiparty()144 ImsCall call = getImsCall(); in getConferenceParticipants()250 null : getFirstConnection().getImsCall(); in setMute()294 getImsCall() { in getImsCall() method in ImsPhoneCall295 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall(); in getImsCall()
181 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()1241 ImsCall activeCall = mForegroundCall.getImsCall(); in acceptCall()1242 ImsCall ringingCall = mRingingCall.getImsCall(); in acceptCall()1267 ImsCall imsCall = mRingingCall.getImsCall(); in acceptCall()1312 ImsCall imsCall = mForegroundCall.getImsCall(); in switchWaitingOrHoldingAndActive()1325 mCallExpectedToResume = mRingingCall.getImsCall(); in switchWaitingOrHoldingAndActive()1327 mCallExpectedToResume = mBackgroundCall.getImsCall(); in switchWaitingOrHoldingAndActive()1354 ImsCall fgImsCall = mForegroundCall.getImsCall(); in conference()1360 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in conference()1602 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf()[all …]
684 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection753 ImsCall imsCall = getImsCall(); in onDisconnectConferenceParticipant()976 getImsCall().sendRttModifyRequest(); in sendRttModifyRequest()988 ImsCall imsCall = getImsCall(); in sendRttModifyResponse()1049 (message) -> getImsCall().sendRttMessage(message)); in createRttTextHandler()1064 ImsCall call = getImsCall(); in updateWifiStateFromExtras()1326 updateMediaCapabilities(getImsCall()); in handleDataEnabledChange()
233 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()262 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
2256 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
676 ImsCall call = connection.getImsCall(); in testNotifyHandovers()749 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone()775 ImsCall call = connection.getImsCall(); in testRemoteToneInactive()799 ImsCall call = connection.getImsCall(); in testRemoteHoldtone()
159 doReturn(mImsCall).when(mConnection1).getImsCall(); in testMultiParty()
9938 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getImsCall()Lcom/android/ims/ImsCall;9981 HPLcom/android/internal/telephony/imsphone/ImsPhoneConnection;->getImsCall()Lcom/android/ims/ImsCal…