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.java108 ImsCall imsCall = getImsCall(); in isMultiparty()
158 ImsCall call = getImsCall(); in getConferenceParticipants()
280 ImsCall imsCall = connection == null ? null : connection.getImsCall(); in setMute()
325 public ImsCall getImsCall() { in getImsCall() method in ImsPhoneCall
327 return (connection == null) ? null : connection.getImsCall(); in getImsCall()
DImsPhoneCallTracker.java233 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall()
1121 connection.update(connection.getImsCall(), ImsPhoneCall.State.DISCONNECTED); in hangupAllOrphanedConnections()
1734 ImsCall activeCall = mForegroundCall.getImsCall(); in acceptCall()
1735 ImsCall ringingCall = mRingingCall.getImsCall(); in acceptCall()
1761 ImsCall imsCall = mRingingCall.getImsCall(); in acceptCall()
1818 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCallForPendingMo()
1847 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCall()
1849 mCallExpectedToResume = mBackgroundCall.getImsCall(); in holdActiveCall()
1876 ImsCall callToHold = mForegroundCall.getImsCall(); in holdActiveCallForWaitingCall()
1880 mCallExpectedToResume = mRingingCall.getImsCall(); in holdActiveCallForWaitingCall()
[all …]
DImsPhoneConnection.java468 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()
804 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection
882 ImsCall imsCall = getImsCall(); in onDisconnectConferenceParticipant()
1161 ImsCall imsCall = getImsCall(); in startRtt()
1163 getImsCall().sendRttModifyRequest(true); in startRtt()
1172 getImsCall().sendRttModifyRequest(false); in stopRtt()
1183 ImsCall imsCall = getImsCall(); in sendRttModifyResponse()
1269 ImsCall imsCall = getImsCall(); in createRttTextHandler()
1290 ImsCall call = getImsCall(); in updateImsCallRatFromExtras()
1585 updateMediaCapabilities(getImsCall()); in setLocalVideoCapable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java237 doReturn(mImsCall).when(mConnection1).getImsCall(); in testMultiParty()
250 doReturn(mImsCall).when(mConnection1).getImsCall(); in testGetImsCall()
253 ImsCall imsCall = mImsCallUT.getImsCall(); in testGetImsCall()
260 doReturn(mImsCall).when(mConnection1).getImsCall(); in testSetMute()
DImsPhoneCallTrackerTest.java868 ImsCall call = connection.getImsCall(); in testNotifyHandovers()
941 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone()
967 ImsCall call = connection.getImsCall(); in testRemoteToneInactive()
991 ImsCall call = connection.getImsCall(); in testRemoteHoldtone()
1102 ImsCall call = connection.getImsCall(); in testMergeComplete()
1151 when(mImsPhoneConnection.getImsCall()).thenReturn(mImsCall); in testNoHoldErrorMessageWhenCallDisconnected()
1156 mCTUT.getImsCallListener().onCallHoldFailed(mImsPhoneConnection.getImsCall(), info); in testNoHoldErrorMessageWhenCallDisconnected()
1173 final ImsCall call = connection.getImsCall(); in testVtDataUsageProvider()
1438 ImsCall imsCall = connection.getImsCall(); in placeCallAndMakeActive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java277 ImsCall imsCall = getImsCall(); in handleHandoverFailedIntent()
327 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
496 ImsCall imsCall = getImsCall(); in testImsECall()
510 private ImsCall getImsCall() { in getImsCall() method in TelephonyTester
521 ImsCall imsCall = imsPhoneCall.getImsCall(); in getImsCall()
534 ImsCall imsCall = getImsCall(); in testImsReceiveDtmf()
DPhone.java2955 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()