/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 63 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 …]
|
D | ImsManager.java | 2375 public ImsCall makeCall(ImsCallProfile profile, String[] callees, in makeCall() 2376 ImsCall.Listener listener) throws ImsException { in makeCall() 2384 ImsCall call = new ImsCall(mContext, profile); in makeCall() 2405 public ImsCall takeCall(IImsCallSession session, ImsCall.Listener listener) in takeCall() 2415 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsCallTest.java | 37 import com.android.ims.ImsCall; 66 ImsCall testImsCall = new ImsCall(mContext, mTestCallProfile); in testCallSessionProgressingAppliedMediaCaps() 95 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetWifiDeprecated() 108 ImsCall imsCall = new ImsCall(mContext, null /* imsCallProfile */); in testNullCallProfile() 119 ImsCall imsCall = new ImsCall(mContext, profile); in testNonNulllVideoProfile() 130 ImsCall imsCall = new ImsCall(mContext, profile); in testNullCallProfileAfterNonNull() 141 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetWifi() 153 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetWifiAlt() 165 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetLteNoWifiDeprecated() 177 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile); in testSetLteNoWifi() [all …]
|
D | ImsPhoneCallTrackerTest.java | 85 import com.android.ims.ImsCall; 120 private ImsCall.Listener mImsCallListener; 121 private ImsCall mImsCall; 122 private ImsCall mSecondImsCall; 144 private void imsCallMocking(final ImsCall imsCall) throws Exception { in imsCallMocking() 201 mImsCall = spy(new ImsCall(mContext, mImsCallProfile)); in setUp() 202 mSecondImsCall = spy(new ImsCall(mContext, mImsCallProfile)); in setUp() 216 doAnswer(new Answer<ImsCall>() { in setUp() 218 public ImsCall answer(InvocationOnMock invocation) throws Throwable { in setUp() 220 (ImsCall.Listener) invocation.getArguments()[1]; in setUp() [all …]
|
D | ImsPhoneCallTest.java | 34 import com.android.ims.ImsCall; 253 ImsCall imsCall = mImsCallUT.getImsCall(); in testGetImsCall()
|
D | ImsPhoneConnectionTest.java | 54 import com.android.ims.ImsCall; 450 ImsCall imsCall = mock(ImsCall.class); in testReportMediaCodecChange()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 25 import com.android.ims.ImsCall; 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() 330 /*package*/ static boolean isLocalTone(ImsCall imsCall) { in isLocalTone() 345 public boolean update(ImsPhoneConnection conn, ImsCall imsCall, State state) { in update() 370 public void maybeChangeRingbackState(ImsCall imsCall) { in maybeChangeRingbackState() 380 private void maybeChangeRingbackState(ImsCall imsCall, State state) { in maybeChangeRingbackState()
|
D | ImsPhoneCallTracker.java | 89 import com.android.ims.ImsCall; 226 ImsCall imsCall = mImsManager.takeCall(c, mImsCallListener); in onIncomingCall() 233 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall() 504 private ImsCall mUssdSession = null; 535 private ImsCall mCallExpectedToResume = null; 1694 ImsCall imsCall = mImsManager.makeCall(profile, in dialInternal() 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() [all …]
|
D | ImsPhoneConnection.java | 49 import com.android.ims.ImsCall; 82 private ImsCall mImsCall; 195 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, in ImsPhoneConnection() 804 public synchronized ImsCall getImsCall() { in getImsCall() 808 public synchronized void setImsCall(ImsCall imsCall) { in setImsCall() 821 public boolean update(ImsCall imsCall, ImsPhoneCall.State state) { in update() 882 ImsCall imsCall = getImsCall(); in onDisconnectConferenceParticipant() 919 public boolean updateAddressDisplay(ImsCall imsCall) { in updateAddressDisplay() 983 public boolean updateMediaCapabilities(ImsCall imsCall) { in updateMediaCapabilities() 1161 ImsCall imsCall = getImsCall(); in startRtt() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 35 import com.android.ims.ImsCall; 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() 521 ImsCall imsCall = imsPhoneCall.getImsCall(); in getImsCall() 534 ImsCall imsCall = getImsCall(); in testImsReceiveDtmf()
|
D | Phone.java | 72 import com.android.ims.ImsCall; 2955 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
|
/frameworks/opt/net/ims/ |
D | README.txt | 17 and ImsManager#takeCall(). Both methods require a ImsCall#Listener that 50 ImsCall
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 84 import com.android.ims.ImsCall; 204 protected ImsCall mImsCall;
|
/frameworks/base/boot/ |
D | preloaded-classes | 8583 com.android.ims.ImsCall$ImsCallSessionListenerProxy 8584 com.android.ims.ImsCall$Listener 8585 com.android.ims.ImsCall
|
D | boot-image-profile.txt | 32543 Lcom/android/ims/ImsCall$ImsCallSessionListenerProxy; 32544 Lcom/android/ims/ImsCall$Listener; 32545 Lcom/android/ims/ImsCall;
|
/frameworks/base/config/ |
D | preloaded-classes | 8604 com.android.ims.ImsCall$ImsCallSessionListenerProxy 8605 com.android.ims.ImsCall$Listener 8606 com.android.ims.ImsCall
|
D | boot-image-profile.txt | 42207 Lcom/android/ims/ImsCall$ImsCallSessionListenerProxy; 42208 Lcom/android/ims/ImsCall$Listener; 42209 Lcom/android/ims/ImsCall;
|