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.java114 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState() method in CallTracker
DPhone.java634 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in Phone
664 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
679 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1036 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
1037 mCT.notifySrvccState(state); in notifySrvccState()
DImsPhoneCallTracker.java1887 void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java164 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in PhoneMock