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.java343 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testImsMTCall()
491 verify(mImsPhone, times(2)).notifyNewRingingConnection((Connection) any()); in testImsMTCallAcceptHold()
1125 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testHangupHandoverCall()
1163 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testTrackerStateOnHandover()
DImsPhoneTest.java361 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.java1046 mPhone.notifyNewRingingConnection(newRinging); in handlePollCalls()
DGsmCdmaPhone.java774 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java766 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in ImsPhone
DImsPhoneCallTracker.java262 mPhone.notifyNewRingingConnection(conn); in onIncomingCall()