Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A 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()
H A DImsPhoneTest.java369 mImsPhoneUT.notifyNewRingingConnection(mConnection); in testGettersAndPassThroughs()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java158 void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in SipPhoneBase
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java1091 mPhone.notifyNewRingingConnection(newRinging); in handlePollCalls()
H A DGsmCdmaPhone.java789 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in GsmCdmaPhone
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java891 public void notifyNewRingingConnection(Connection c) { in notifyNewRingingConnection() method in ImsPhone
H A DImsPhoneCallTracker.java283 mPhone.notifyNewRingingConnection(conn); in onIncomingCall()