Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java115 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState() method in CallTracker
DPhoneBase.java612 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
627 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java940 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
941 mCT.notifySrvccState(state); in notifySrvccState()
DImsPhoneCallTracker.java1369 void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker