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.java124 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState() method in CallTracker
DPhone.java773 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in Phone
803 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
818 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java170 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1322 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
1323 mCT.notifySrvccState(state); in notifySrvccState()
DImsPhoneCallTracker.java3229 void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker