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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java115 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { method in class:CallTracker
124 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1369 void notifySrvccState(Call.SrvccState state) { method in class:ImsPhoneCallTracker
1370 if (DBG) log("notifySrvccState state=" + state);
H A DImsPhone.java945 public void notifySrvccState(Call.SrvccState state) { method in class:ImsPhone
946 mCT.notifySrvccState(state);

Completed in 50 milliseconds