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.java117 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState() method in CallTracker
DPhone.java676 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in Phone
706 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
721 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1135 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
1136 mCT.notifySrvccState(state); in notifySrvccState()
DImsPhoneCallTracker.java2611 void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java172 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in PhoneMock