Searched refs:getImsCall (Results 1 – 11 of 11) sorted by relevance
108 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 ImsPhoneCall327 return (connection == null) ? null : connection.getImsCall(); in getImsCall()
1939 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 …]
468 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()804 public synchronized ImsCall getImsCall() { in getImsCall() method in ImsPhoneConnection882 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()
277 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 TelephonyTester521 ImsCall imsCall = imsPhoneCall.getImsCall(); in getImsCall()534 ImsCall imsCall = getImsCall(); in testImsReceiveDtmf()
2957 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
237 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()
868 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()
171 when(mImsPhoneConnection.getImsCall()).thenReturn(mImsCall); in TestTelephonyConnection()
1230 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()
297 ImsCall imsCall = ((ImsPhoneConnection) connection).getImsCall(); in sendIncomingCallIntent()
1258 imsOriginalConnection.getImsCall().setAnswerWithRtt(); in handleIncomingRtt()