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.java107 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 ImsPhoneCall
326 return (connection == null) ? null : connection.getImsCall(); in getImsCall()
DImsPhoneConnection.java446 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()
788 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection
858 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()
DImsPhoneCallTracker.java212 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 …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java179 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()
DImsPhoneCallTrackerTest.java785 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java275 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()
325 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
504 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
DPhone.java2721 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()