Searched refs:notifySrvccState (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java96 protected void notifySrvccState(Call.SrvccState state, Connection c) { method in class:CallTracker
H A DPhoneBase.java561 imsPhone.notifySrvccState(srvccState);
576 getCallTracker().notifySrvccState(srvccState, conn);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java933 public void notifySrvccState(Call.SrvccState state) { method in class:ImsPhone
934 mCT.notifySrvccState(state);
H A DImsPhoneCallTracker.java1207 void notifySrvccState(Call.SrvccState state) { method in class:ImsPhoneCallTracker
1208 if (DBG) log("notifySrvccState state=" + state);

Completed in 72 milliseconds