Home
last modified time | relevance | path

Searched refs:notifySrvccState (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java127 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState() method in CallTracker
DPhone.java772 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in Phone
808 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
823 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1123 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testEndRingbackOnSrvcc()
1154 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testClearHoldSwapStateOnSrvcc()
1177 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testHangupHandoverCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1533 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
1534 mCT.notifySrvccState(state); in notifySrvccState()
DImsPhoneCallTracker.java3780 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker