Home
last modified time | relevance | path

Searched refs:ImsPhoneCall (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java39 public class ImsPhoneCall extends Call { class
66 ImsPhoneCall() { in ImsPhoneCall() method in ImsPhoneCall
70 public ImsPhoneCall(ImsPhoneCallTracker owner, String context) { in ImsPhoneCall() method in ImsPhoneCall
268 merge(ImsPhoneCall that, State state) { in merge()
357 public void switchWith(ImsPhoneCall that) { in switchWith()
361 synchronized (ImsPhoneCall.class) { in switchWith()
362 ImsPhoneCall tmp = new ImsPhoneCall(); in switchWith()
380 private void takeOver(ImsPhoneCall that) { in takeOver()
DImsPhoneCallTracker.java219 if ((mForegroundCall.getState() != ImsPhoneCall.State.IDLE) in onIncomingCall()
220 || (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) { in onIncomingCall()
221 conn.update(imsCall, ImsPhoneCall.State.WAITING); in onIncomingCall()
338 public ImsPhoneCall mRingingCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_RINGING);
340 public ImsPhoneCall mForegroundCall = new ImsPhoneCall(this,
341 ImsPhoneCall.CONTEXT_FOREGROUND);
343 public ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this,
344 ImsPhoneCall.CONTEXT_BACKGROUND);
346 public ImsPhoneCall mHandoverCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_HANDOVER);
805 if (mForegroundCall.getState() == ImsPhoneCall.State.ACTIVE) { in dial()
[all …]
DImsPhoneConnection.java68 private ImsPhoneCall mParent;
178 ImsPhoneCall parent, boolean isUnknown) { in ImsPhoneConnection()
212 (mIsIncoming? ImsPhoneCall.State.INCOMING: ImsPhoneCall.State.DIALING)); in ImsPhoneConnection()
224 ImsPhoneCall parent, boolean isEmergency) { in ImsPhoneConnection()
247 parent.attachFake(this, ImsPhoneCall.State.DIALING); in ImsPhoneConnection()
318 public ImsPhoneCall getCall() { in getCall()
334 if (getState() != ImsPhoneCall.State.HOLDING) { in getHoldDurationMillis()
357 public ImsPhoneCall.State getState() { in getState()
359 return ImsPhoneCall.State.DISCONNECTED; in getState()
714 public void changeParent(ImsPhoneCall parent) { in changeParent()
[all …]
DImsPhone.java429 public ImsPhoneCall
436 public ImsPhoneCall
443 public ImsPhoneCall
476 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
484 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
542 ImsPhoneCall call = getForegroundCall(); in handleCallWaitingIncallSupplementaryService()
549 if (call.getState() != ImsPhoneCall.State.IDLE) { in handleCallWaitingIncallSupplementaryService()
577 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallHoldIncallSupplementaryService()
677 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState(); in isInCall()
678 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java50 private ImsPhoneCall mImsCallUT;
57 mImsCallUT = new ImsPhoneCall(mImsCT, ImsPhoneCall.CONTEXT_FOREGROUND); in setUp()
161 ImsPhoneCall mImsCallThat = new ImsPhoneCall(mImsCT, ImsPhoneCall.CONTEXT_FOREGROUND); in testSwitchWith()
DImsPhoneConnectionTest.java64 private ImsPhoneCall mForeGroundCall;
66 private ImsPhoneCall mBackGroundCall;
68 private ImsPhoneCall mRingGroundCall;
80 doReturn(ImsPhoneCall.State.IDLE).when(mForeGroundCall).getState(); in setUp()
94 assertEquals(ImsPhoneCall.State.IDLE, mConnectionUT.getState()); in testImsConnectionSanity()
104 eq(ImsPhoneCall.State.INCOMING)); in testImsConnectionSanity()
113 eq(ImsPhoneCall.State.DIALING)); in testImsConnectionSanity()
DImsPhoneTest.java86 private ImsPhoneCall mForegroundCall;
88 private ImsPhoneCall mBackgroundCall;
90 private ImsPhoneCall mRingingCall;
194 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
DImsPhoneCallTrackerTest.java439 assertEquals(ImsPhoneCall.State.WAITING, mCTUT.mRingingCall.getState()); in testImsMTCallAcceptHold()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java39 import com.android.internal.telephony.imsphone.ImsPhoneCall;
252 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent()
281 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage()
413 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in testImsECall()
DPhone.java79 import com.android.internal.telephony.imsphone.ImsPhoneCall;
2447 if (call instanceof ImsPhoneCall) { in isVideoCallOrConference()
2448 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java76 import com.android.internal.telephony.imsphone.ImsPhoneCall;
1927 ImsPhoneCall.State callState) { in writeImsCallState()
/frameworks/base/config/
Dhiddenapi-greylist.txt1375 Lcom/android/internal/telephony/imsphone/ImsPhoneCall;->getImsCall()Lcom/android/ims/ImsCall;
Dpreloaded-classes5030 com.android.internal.telephony.imsphone.ImsPhoneCall