Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java580 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in setupRingingConnection()
733 verify(mImsPhone, times(2)).notifyNewRingingConnection((Connection) any()); in testImsMTCallAcceptHold()
771 verify(mImsPhone, times(2)).notifyNewRingingConnection((Connection) any()); in testImsMTActiveHoldServiceDisconnect()
1858 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testHangupHandoverCall()
1896 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testTrackerStateOnHandover()
DImsPhoneTest.java400 mImsPhoneUT.notifyNewRingingConnection(mConnection); in testGettersAndPassThroughs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1117 mPhone.notifyNewRingingConnection(newRinging); in handlePollCalls()
DGsmCdmaPhone.java886 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java957 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in ImsPhone
DImsPhoneCallTracker.java373 mPhone.notifyNewRingingConnection(conn); in processIncomingCall()