Home
last modified time | relevance | path

Searched refs:getImsCall (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java110 ImsCall imsCall = getImsCall(); in isMultiparty()
160 ImsCall call = getImsCall(); in getConferenceParticipants()
282 ImsCall imsCall = connection == null ? null : connection.getImsCall(); in setMute()
327 public ImsCall getImsCall() { in getImsCall() method in ImsPhoneCall
329 return (connection == null) ? null : connection.getImsCall(); in getImsCall()
337 return ((getImsCall() == null) ? null : getImsCall().getSession()) == null in getCallSessionId()
338 ? null : getImsCall().getSession().getCallId(); in getCallSessionId()
359 if (getImsCall() == null) { in getCallType()
362 return getImsCall().isVideoCall() in getCallType()
DImsPhoneCallTracker.java309 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in processIncomingCall()
412 imsCall = mForegroundCall.getImsCall(); in onAudioModeIsVoipChanged()
414 imsCall = mBackgroundCall.getImsCall(); in onAudioModeIsVoipChanged()
416 imsCall = mRingingCall.getImsCall(); in onAudioModeIsVoipChanged()
418 imsCall = mHandoverCall.getImsCall(); in onAudioModeIsVoipChanged()
1516 connection.update(connection.getImsCall(), ImsPhoneCall.State.DISCONNECTED); in hangupAllOrphanedConnections()
2216 ImsCall activeCall = mForegroundCall.getImsCall(); in acceptCall()
2217 ImsCall ringingCall = mRingingCall.getImsCall(); in acceptCall()
2243 ImsCall imsCall = mRingingCall.getImsCall(); in acceptCall()
2300 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCallForPendingMo()
[all …]
DImsPhoneConnection.java498 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()
833 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection
911 ImsCall imsCall = getImsCall(); in onDisconnectConferenceParticipant()
1190 ImsCall imsCall = getImsCall(); in startRtt()
1203 ImsCall imsCall = getImsCall(); in stopRtt()
1219 ImsCall imsCall = getImsCall(); in sendRttModifyResponse()
1306 ImsCall imsCall = getImsCall(); in createRttTextHandler()
1329 ImsCall call = getImsCall(); in updateImsCallRatFromExtras()
1747 updateMediaCapabilities(getImsCall()); in setLocalVideoCapable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java242 doReturn(mImsCall).when(mConnection1).getImsCall(); in testMultiParty()
255 doReturn(mImsCall).when(mConnection1).getImsCall(); in testGetImsCall()
258 ImsCall imsCall = mImsCallUT.getImsCall(); in testGetImsCall()
265 doReturn(mImsCall).when(mConnection1).getImsCall(); in testGetCallSessionId()
273 doReturn(null).when(mConnection1).getImsCall(); in testGetCallSessionId()
282 doReturn(mImsCall).when(mConnection1).getImsCall(); in testGetServiceType()
295 doReturn(mImsCall).when(mConnection1).getImsCall(); in testGetCallType()
301 doReturn(null).when(mConnection1).getImsCall(); in testGetCallType()
310 doReturn(mImsCall).when(mConnection1).getImsCall(); in testSetMute()
DImsPhoneCallTrackerTest.java540 mImsCallListener.onCallTerminated(connection.getImsCall(), in testImsMTCallMissed()
550 mImsCallListener.onCallTerminated(connection.getImsCall(), in testImsMTCallRejected()
559 mImsCallListener.onCallTerminated(connection.getImsCall(), in testRejectedElsewhereIsRejected()
568 mImsCallListener.onCallTerminated(connection.getImsCall(), in testRemoteCallDeclineIsRejected()
1387 ImsCall call = connection.getImsCall(); in testNotifyHandovers()
1497 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone()
1523 ImsCall imsCall = connection.getImsCall(); in testSendAnbrQuery()
1541 ImsCall imsCall = connection.getImsCall(); in testTriggerNotifyAnbr()
1562 ImsCall call = connection.getImsCall(); in testRemoteToneInactive()
1586 ImsCall call = connection.getImsCall(); in testRemoteHoldtone()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java286 ImsCall imsCall = getImsCall(); in handleHandoverFailedIntent()
336 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
601 ImsCall imsCall = getImsCall(); in testImsECall()
615 private ImsCall getImsCall() { in getImsCall() method in TelephonyTester
626 ImsCall imsCall = imsPhoneCall.getImsCall(); in getImsCall()
639 ImsCall imsCall = getImsCall(); in testImsReceiveDtmf()
DPhone.java3081 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()