Home
last modified time | relevance | path

Searched refs:ImsCall (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java63 public class ImsCall implements ICall { class
104 public void onCallInitiating(ImsCall call) { in onCallInitiating()
114 public void onCallProgressing(ImsCall call) { in onCallProgressing()
124 public void onCallStarted(ImsCall call) { in onCallStarted()
135 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallStartFailed()
146 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) { in onCallTerminated()
158 public void onCallHeld(ImsCall call) { in onCallHeld()
169 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallHoldFailed()
179 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived()
189 public void onCallResumed(ImsCall call) { in onCallResumed()
[all …]
DImsManager.java2548 public ImsCall makeCall(ImsCallProfile profile, String[] callees, in makeCall()
2549 ImsCall.Listener listener) throws ImsException { in makeCall()
2557 ImsCall call = new ImsCall(mContext, profile); in makeCall()
2578 public ImsCall takeCall(IImsCallSession session, ImsCall.Listener listener) in takeCall()
2588 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
2596 if (!ImsCall.isSessionAlive(call.getSession())) { in takeCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java42 import com.android.ims.ImsCall;
78 ImsCall testImsCall = new ImsCall(mContext, mTestCallProfile); in testCallSessionProgressingAppliedMediaCaps()
107 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetWifiDeprecated()
120 ImsCall imsCall = new ImsCall(mContext, null /* imsCallProfile */); in testNullCallProfile()
131 ImsCall imsCall = new ImsCall(mContext, profile); in testNonNulllVideoProfile()
142 ImsCall imsCall = new ImsCall(mContext, profile); in testNullCallProfileAfterNonNull()
164 ImsCall imsCall = new ImsCall(mContext, profile); in testCloseImsCallRtt()
186 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetWifi()
198 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetWifiAlt()
210 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetLteNoWifiDeprecated()
[all …]
DImsPhoneCallTrackerTest.java113 import com.android.ims.ImsCall;
155 private ImsCall.Listener mImsCallListener;
156 private ImsCall mImsCall;
157 private ImsCall mSecondImsCall;
180 private void imsCallMocking(final ImsCall imsCall) throws Exception { in imsCallMocking()
233 mImsCall = spy(new ImsCall(mContext, mImsCallProfile)); in setUp()
234 mSecondImsCall = spy(new ImsCall(mContext, mImsCallProfile)); in setUp()
252 doAnswer((Answer<ImsCall>) invocation -> { in setUp()
254 (ImsCall.Listener) invocation.getArguments()[1]; in setUp()
259 doAnswer((Answer<ImsCall>) invocation -> { in setUp()
[all …]
DImsPhoneCallTest.java38 import com.android.ims.ImsCall;
258 ImsCall imsCall = mImsCallUT.getImsCall(); in testGetImsCall()
DImsPhoneConnectionTest.java57 import com.android.ims.ImsCall;
551 ImsCall imsCall = mock(ImsCall.class); in testReportMediaCodecChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java27 import com.android.ims.ImsCall;
110 ImsCall imsCall = getImsCall(); in isMultiparty()
160 ImsCall call = getImsCall(); in getConferenceParticipants()
282 ImsCall imsCall = connection == null ? null : connection.getImsCall(); in setMute()
327 public ImsCall getImsCall() { in getImsCall()
367 /*package*/ static boolean isLocalTone(ImsCall imsCall) { in isLocalTone()
382 public boolean update(ImsPhoneConnection conn, ImsCall imsCall, State state) { in update()
407 public void maybeChangeRingbackState(ImsCall imsCall) { in maybeChangeRingbackState()
417 private void maybeChangeRingbackState(ImsCall imsCall, State state) { in maybeChangeRingbackState()
DImsPhoneCallTracker.java120 import com.android.ims.ImsCall;
299 ImsCall imsCall = mImsManager.takeCall(c, mImsCallListener); in processIncomingCall()
309 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in processIncomingCall()
410 ImsCall imsCall = null; in onAudioModeIsVoipChanged()
765 private ImsCall mUssdSession = null;
796 private ImsCall mCallExpectedToResume = null;
2175 ImsCall imsCall = mImsManager.makeCall(profile, in dialInternal()
2216 ImsCall activeCall = mForegroundCall.getImsCall(); in acceptCall()
2217 ImsCall ringingCall = mRingingCall.getImsCall(); in acceptCall()
2243 ImsCall imsCall = mRingingCall.getImsCall(); in acceptCall()
[all …]
DImsPhoneConnection.java49 import com.android.ims.ImsCall;
84 private ImsCall mImsCall;
207 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, in ImsPhoneConnection()
833 public synchronized ImsCall getImsCall() { in getImsCall()
837 public synchronized void setImsCall(ImsCall imsCall) { in setImsCall()
850 public boolean update(ImsCall imsCall, ImsPhoneCall.State state) { in update()
911 ImsCall imsCall = getImsCall(); in onDisconnectConferenceParticipant()
948 public boolean updateAddressDisplay(ImsCall imsCall) { in updateAddressDisplay()
1012 public boolean updateMediaCapabilities(ImsCall imsCall) { in updateMediaCapabilities()
1190 ImsCall imsCall = getImsCall(); in startRtt()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java41 import com.android.ims.ImsCall;
286 ImsCall imsCall = getImsCall(); in handleHandoverFailedIntent()
336 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
601 ImsCall imsCall = getImsCall(); in testImsECall()
615 private ImsCall getImsCall() { in getImsCall()
626 ImsCall imsCall = imsPhoneCall.getImsCall(); in getImsCall()
639 ImsCall imsCall = getImsCall(); in testImsReceiveDtmf()
DRadioImsProxy.java188 android.hardware.radio.ims.ImsCall[] imsCalls) throws RemoteException { in updateImsCallStatus()
DRILUtils.java4695 return android.hardware.radio.ims.ImsCall.Direction.INCOMING; in convertImsTrafficDirection()
4697 return android.hardware.radio.ims.ImsCall.Direction.OUTGOING; in convertImsTrafficDirection()
5734 public static android.hardware.radio.ims.ImsCall[] convertImsCallInfo( in convertImsCallInfo()
5737 return new android.hardware.radio.ims.ImsCall[0]; in convertImsCallInfo()
5745 return new android.hardware.radio.ims.ImsCall[0]; in convertImsCallInfo()
5748 android.hardware.radio.ims.ImsCall[] halInfos = in convertImsCallInfo()
5749 new android.hardware.radio.ims.ImsCall[length]; in convertImsCallInfo()
5756 halInfos[index] = new android.hardware.radio.ims.ImsCall(); in convertImsCallInfo()
5760 ? android.hardware.radio.ims.ImsCall.CallType.EMERGENCY in convertImsCallInfo()
5761 : android.hardware.radio.ims.ImsCall.CallType.NORMAL; in convertImsCallInfo()
[all …]
DPhone.java82 import com.android.ims.ImsCall;
3081 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
/frameworks/opt/net/ims/
DREADME.txt17 and ImsManager#takeCall(). Both methods require a ImsCall#Listener that
50 ImsCall
/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsManagerTest.java1077 ImsCall.Listener mockListener = mock(ImsCall.Listener.class); in testTakeCall_incomingSessionTerminatedBeforeRegisterListener()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java96 import com.android.ims.ImsCall;
219 protected ImsCall mImsCall;
506 mImsCall = Mockito.mock(ImsCall.class); in setUp()
/frameworks/base/boot/
Dpreloaded-classes10592 com.android.ims.ImsCall$ImsCallSessionListenerProxy
10593 com.android.ims.ImsCall$Listener
10594 com.android.ims.ImsCall
Dboot-image-profile.txt33015 Lcom/android/ims/ImsCall$ImsCallSessionListenerProxy;
33016 Lcom/android/ims/ImsCall$Listener;
33017 Lcom/android/ims/ImsCall;
/frameworks/base/config/
Dpreloaded-classes10623 com.android.ims.ImsCall$ImsCallSessionListenerProxy
10624 com.android.ims.ImsCall$Listener
10625 com.android.ims.ImsCall
Dboot-image-profile.txt43176 Lcom/android/ims/ImsCall$ImsCallSessionListenerProxy;
43177 Lcom/android/ims/ImsCall$Listener;
43178 Lcom/android/ims/ImsCall;