Searched refs:ImsPhoneCall (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 38 public class ImsPhoneCall extends Call { class 65 ImsPhoneCall() { in ImsPhoneCall() method in ImsPhoneCall 69 public ImsPhoneCall(ImsPhoneCallTracker owner, String context) { in ImsPhoneCall() method in ImsPhoneCall 261 merge(ImsPhoneCall that, State state) { in merge() 350 public void switchWith(ImsPhoneCall that) { in switchWith() 354 synchronized (ImsPhoneCall.class) { in switchWith() 355 ImsPhoneCall tmp = new ImsPhoneCall(); in switchWith() 363 private void takeOver(ImsPhoneCall that) { in takeOver()
|
D | ImsPhoneCallTracker.java | 202 if ((mForegroundCall.getState() != ImsPhoneCall.State.IDLE) in onIncomingCall() 203 || (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) { in onIncomingCall() 204 conn.update(imsCall, ImsPhoneCall.State.WAITING); in onIncomingCall() 290 public ImsPhoneCall mRingingCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_RINGING); 291 public ImsPhoneCall mForegroundCall = new ImsPhoneCall(this, 292 ImsPhoneCall.CONTEXT_FOREGROUND); 293 public ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this, 294 ImsPhoneCall.CONTEXT_BACKGROUND); 295 public ImsPhoneCall mHandoverCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_HANDOVER); 930 if (mForegroundCall.getState() == ImsPhoneCall.State.ACTIVE) { in dial() [all …]
|
D | ImsPhoneConnection.java | 64 private ImsPhoneCall mParent; 169 ImsPhoneCall parent, boolean isUnknown) { in ImsPhoneConnection() 203 (mIsIncoming? ImsPhoneCall.State.INCOMING: ImsPhoneCall.State.DIALING)); in ImsPhoneConnection() 215 ImsPhoneCall parent, boolean isEmergency) { in ImsPhoneConnection() 237 parent.attachFake(this, ImsPhoneCall.State.DIALING); in ImsPhoneConnection() 304 public ImsPhoneCall getCall() { in getCall() 320 if (getState() != ImsPhoneCall.State.HOLDING) { in getHoldDurationMillis() 342 public ImsPhoneCall.State getState() { in getState() 344 return ImsPhoneCall.State.DISCONNECTED; in getState() 692 public void changeParent(ImsPhoneCall parent) { in changeParent() [all …]
|
D | ImsPhone.java | 392 public ImsPhoneCall 398 public ImsPhoneCall 404 public ImsPhoneCall 420 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService() 428 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService() 486 ImsPhoneCall call = getForegroundCall(); in handleCallWaitingIncallSupplementaryService() 493 if (call.getState() != ImsPhoneCall.State.IDLE) { in handleCallWaitingIncallSupplementaryService() 521 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallHoldIncallSupplementaryService() 620 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() 621 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 48 private ImsPhoneCall mImsCallUT; 55 mImsCallUT = new ImsPhoneCall(mImsCT, ImsPhoneCall.CONTEXT_FOREGROUND); in setUp() 144 ImsPhoneCall mImsCallThat = new ImsPhoneCall(mImsCT, ImsPhoneCall.CONTEXT_FOREGROUND); in testSwitchWith()
|
D | ImsPhoneConnectionTest.java | 63 private ImsPhoneCall mForeGroundCall; 65 private ImsPhoneCall mBackGroundCall; 67 private ImsPhoneCall mRingGroundCall; 79 doReturn(ImsPhoneCall.State.IDLE).when(mForeGroundCall).getState(); in setUp() 93 assertEquals(ImsPhoneCall.State.IDLE, mConnectionUT.getState()); in testImsConnectionSanity() 103 eq(ImsPhoneCall.State.INCOMING)); in testImsConnectionSanity() 112 eq(ImsPhoneCall.State.DIALING)); in testImsConnectionSanity()
|
D | ImsPhoneTest.java | 81 private ImsPhoneCall mForegroundCall; 83 private ImsPhoneCall mBackgroundCall; 85 private ImsPhoneCall mRingingCall; 189 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
|
D | ImsPhoneCallTrackerTest.java | 431 assertEquals(ImsPhoneCall.State.WAITING, mCTUT.mRingingCall.getState()); in testImsMTCallAcceptHold()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 38 import com.android.internal.telephony.imsphone.ImsPhoneCall; 228 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() 257 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage()
|
D | Phone.java | 68 import com.android.internal.telephony.imsphone.ImsPhoneCall; 2254 if (call instanceof ImsPhoneCall) { in isVideoCallOrConference() 2255 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 61 import com.android.internal.telephony.imsphone.ImsPhoneCall; 1567 ImsPhoneCall.State callState) { in writeImsCallState()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9931 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->attach(Lcom/android/internal/telephony/Co… 9932 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->attach(Lcom/android/internal/telephony/Co… 9933 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->attachFake(Lcom/android/internal/telephon… 9934 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->connectionDisconnected(Lcom/android/inter… 9935 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->detach(Lcom/android/internal/telephony/im… 9936 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getConnections()Ljava/util/List; 9937 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getFirstConnection()Lcom/android/internal… 9938 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getImsCall()Lcom/android/ims/ImsCall; 9939 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getPhone()Lcom/android/internal/telephony… 9940 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->onHangupLocal()V [all …]
|