/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStatsTest.java | 196 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_moRejected() 249 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_moFailed() 288 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_moAccepted() 346 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_mtRejected() 391 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_mtAccepted() 448 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_dsdsModeSingleSim() 492 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_dsdsMode() 536 doReturn(mImsCall1).when(mImsConnection1).getCall(); in singleImsCall_esim() 576 doReturn(mImsCall0).when(mImsConnection0).getCall(); in singleImsCall_emergency() 617 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 | 415 public abstract Call getCall(); in getCall() method in Connection 649 c = getCall(); in getState() 673 c = getCall(); in getConferenceParticipants()
|
D | Call.java | 141 return c.getCall() == this; in hasConnection()
|
D | CallTracker.java | 260 if (hoConn.getCall().isRinging()) { in getRingingHandoverConnection()
|
D | GsmCdmaCallTracker.java | 1015 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls() 1263 && conn.getCall() == mRingingCall in hangup() 1608 gsmCdmaConnection.getCall().detach(gsmCdmaConnection); in handleMessage() 1769 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
|
D | CallManager.java | 2086 int subId = c.getCall().getPhone().getSubId(); in handleMessage() 2095 Rlog.d(LOG_TAG, "silently drop incoming call: " + c.getCall()); in handleMessage() 2096 c.getCall().hangup(); in handleMessage()
|
D | GsmCdmaConnection.java | 352 public GsmCdmaCall getCall() { in getCall() method in GsmCdmaConnection
|
D | GsmCdmaPhone.java | 1052 && mCT.getRingingHandoverConnection().getCall() != null in getRingingCall() 1053 && mCT.getRingingHandoverConnection().getCall().isRinging()) { in getRingingCall() 1054 return mCT.getRingingHandoverConnection().getCall(); in getRingingCall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalConnection.java | 106 public Call getCall() { in getCall() method in ImsExternalConnection
|
D | ImsPhoneCallTracker.java | 1123 connection.getCall().detach(connection); in hangupAllOrphanedConnections() 2366 hangup(conn.getCall()); in hangup() 2594 conn.getCall().detach(conn); in processCallStateChange() 2612 if (conn.getCall() == mHandoverCall) return; in processCallStateChange() 2969 processCallStateChange(imsCall, conn.getCall().mState, 2972 imsCall.getCallSession(), conn.getCall().mState); 2973 mPhone.getVoiceCallSessionStats().onCallStateChanged(conn.getCall()); 3485 ImsPhoneCall foregroundImsPhoneCall = findConnection(call).getCall(); 3488 : peerConnection.getCall();
|
D | ImsPhoneConnection.java | 376 public ImsPhoneCall getCall() { in getCall() method in ImsPhoneConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 667 SipCall call = conn.getCall(); in add() 960 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStats.java | 502 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());
|