Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java107 ImsCall imsCall = getImsCall(); in isMultiparty()
147 ImsCall call = getImsCall(); in getConferenceParticipants()
256 null : getFirstConnection().getImsCall(); in setMute()
301 getImsCall() { in getImsCall() method in ImsPhoneCall
302 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall(); in getImsCall()
DImsPhoneCallTracker.java198 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 …]
DImsPhoneConnection.java706 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection
775 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java257 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()
286 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
418 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
DPhone.java2449 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java689 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()
DImsPhoneCallTest.java176 doReturn(mImsCall).when(mConnection1).getImsCall(); in testMultiParty()
/frameworks/base/config/
Dhiddenapi-greylist.txt1375 Lcom/android/internal/telephony/imsphone/ImsPhoneCall;->getImsCall()Lcom/android/ims/ImsCall;