Home
last modified time | relevance | path

Searched refs:notifyNewRingingConnection (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java364 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testImsMTCall()
512 verify(mImsPhone, times(2)).notifyNewRingingConnection((Connection) any()); in testImsMTCallAcceptHold()
550 verify(mImsPhone, times(2)).notifyNewRingingConnection((Connection) any()); in testImsMTActiveHoldServiceDisconnect()
1251 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testHangupHandoverCall()
1289 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testTrackerStateOnHandover()
DImsPhoneTest.java369 mImsPhoneUT.notifyNewRingingConnection(mConnection); in testGettersAndPassThroughs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java158 void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1091 mPhone.notifyNewRingingConnection(newRinging); in handlePollCalls()
DGsmCdmaPhone.java788 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java891 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in ImsPhone
DImsPhoneCallTracker.java283 mPhone.notifyNewRingingConnection(conn); in onIncomingCall()