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.java695 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
710 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1029 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
1030 mCT.notifySrvccState(state); in notifySrvccState()
DImsPhoneCallTracker.java1554 void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker