/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStatsTest.java | 204 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_moRejected() 252 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_moFailed() 290 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_moAccepted() 345 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_mtRejected() 387 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_mtAccepted() 440 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_dsdsModeSingleSim() 480 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_dsdsMode() 520 doReturn(mImsCall1).when(mImsConnection1).getCall(); in singleImsCall_esim() 557 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_emergency() 595 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_roaming() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ConnectionTest.java | 50 public Call getCall() { in getCall() method in ConnectionTest.TestConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 376 public abstract Call getCall(); in getCall() method in Connection 596 c = getCall(); in getState() 620 c = getCall(); in getConferenceParticipants()
|
D | Call.java | 140 return c.getCall() == this; in hasConnection()
|
D | CallTracker.java | 258 if (hoConn.getCall().isRinging()) { in getRingingHandoverConnection()
|
D | GsmCdmaCallTracker.java | 970 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls() 1218 && conn.getCall() == mRingingCall in hangup() 1563 gsmCdmaConnection.getCall().detach(gsmCdmaConnection); in handleMessage() 1724 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
|
D | CallManager.java | 2089 int subId = c.getCall().getPhone().getSubId(); in handleMessage() 2092 Rlog.d(LOG_TAG, "silently drop incoming call: " + c.getCall()); in handleMessage() 2093 c.getCall().hangup(); in handleMessage()
|
D | GsmCdmaConnection.java | 339 public GsmCdmaCall getCall() { in getCall() method in GsmCdmaConnection
|
D | GsmCdmaPhone.java | 1034 && mCT.getRingingHandoverConnection().getCall() != null in getRingingCall() 1035 && mCT.getRingingHandoverConnection().getCall().isRinging()) { in getRingingCall() 1036 return mCT.getRingingHandoverConnection().getCall(); in getRingingCall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalConnection.java | 105 public Call getCall() { in getCall() method in ImsExternalConnection
|
D | ImsPhoneCallTracker.java | 2190 hangup(conn.getCall()); in hangup() 2416 conn.getCall().detach(conn); in processCallStateChange() 2421 if (conn.getCall() == mHandoverCall) return; in processCallStateChange() 2767 processCallStateChange(imsCall, conn.getCall().mState, 2770 imsCall.getCallSession(), conn.getCall().mState); 2771 mPhone.getVoiceCallSessionStats().onCallStateChanged(conn.getCall()); 3244 ImsPhoneCall foregroundImsPhoneCall = findConnection(call).getCall(); 3247 : peerConnection.getCall(); 3395 ImsPhoneCall imsPhoneCall = conn.getCall();
|
D | ImsPhoneConnection.java | 354 public ImsPhoneCall getCall() { in getCall() method in ImsPhoneConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 663 SipCall call = conn.getCall(); in add() 956 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStats.java | 432 if (proto.setupBeginMillis != 0L && isSetupFinished(conn.getCall())) { in checkCallSetup()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 314 assertEquals(mGSMPhone.getRingingCall(), cn.getCall());
|