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.java768 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in Phone
804 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
819 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1135 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testHangupHandoverCall()
1173 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testTrackerStateOnHandover()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1419 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
1420 mCT.notifySrvccState(state); in notifySrvccState()
DImsPhoneCallTracker.java3801 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker