Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A 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()
H A DImsPhoneCallTracker.java1939 ImsCall imsCall = mRingingCall.getImsCall(); in answerWaitingCall()
2138 ImsCall call = mForegroundCall.getImsCall(); in canAddVideoCallDuringImsAudioCall()
2140 call = mBackgroundCall.getImsCall(); in canAddVideoCallDuringImsAudioCall()
2383 ImsCall imsCall = call.getImsCall(); in hangup()
2505 if (conn.getImsCall() == imsCall) { in findConnection()
4038 if (call.getImsCall() != null) { in transferHandoverConnections()
4039 call.getImsCall().close(); in transferHandoverConnections()
4792 ImsCall imsCall = conn.getImsCall(); in onDataEnabledChanged()
4839 ImsCall imsCall = conn.getImsCall(); in maybeNotifyDataDisabled()
4874 ImsCall imsCall = conn.getImsCall(); in handleDataEnabledChange()
[all …]
H A 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()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A 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()
H A DPhone.java2957 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A 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()
H A 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()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTestTelephonyConnection.java171 when(mImsPhoneConnection.getImsCall()).thenReturn(mImsCall); in TestTelephonyConnection()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1230 ImsCallProfile profile = originalConnection.getImsCall().getCallProfile(); in onCallFilteringCompleted()
1392 imsPhoneCall.getImsCall().inviteParticipants( in performAddConferenceParticipants()
1849 ImsCall call = foregroundCall.getImsCall(); in shouldSetDisableAddCallExtra()
3053 ? ((ImsPhoneConnection) getOriginalConnection()).getImsCall() in refreshConferenceSupported()
3463 originalConnection.getImsCall().sendDtmf(digit, dtmfComplete); in maybeConfigureDeviceToDeviceCommunication()
H A DPstnIncomingCallNotifier.java297 ImsCall imsCall = ((ImsPhoneConnection) connection).getImsCall(); in sendIncomingCallIntent()
H A DTelephonyConnectionService.java1258 imsOriginalConnection.getImsCall().setAnswerWithRtt(); in handleIncomingRtt()