Searched defs:notifySrvccState (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java114 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { method in class:CallTracker
123 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString());
H A DPhone.java634 public void notifySrvccState(Call.SrvccState state) { method in class:Phone
664 imsPhone.notifySrvccState(srvccState);
679 getCallTracker().notifySrvccState(srvccState, conn);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1887 void notifySrvccState(Call.SrvccState state) { method in class:ImsPhoneCallTracker
1888 if (DBG) log("notifySrvccState state=" + state);
H A DImsPhone.java1036 public void notifySrvccState(Call.SrvccState state) { method in class:ImsPhone
1037 mCT.notifySrvccState(state);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java164 public void notifySrvccState(Call.SrvccState state) { method in class:PhoneMock

Completed in 125 milliseconds