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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java117 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { method in class:CallTracker
126 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString());
H A DPhone.java721 public void notifySrvccState(Call.SrvccState state) { method in class:Phone
751 imsPhone.notifySrvccState(srvccState);
766 getCallTracker().notifySrvccState(srvccState, conn);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1238 public void notifySrvccState(Call.SrvccState state) { method in class:ImsPhone
1239 mCT.notifySrvccState(state);
H A DImsPhoneCallTracker.java2995 void notifySrvccState(Call.SrvccState state) { method in class:ImsPhoneCallTracker
2996 if (DBG) log("notifySrvccState state=" + state);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java172 public void notifySrvccState(Call.SrvccState state) { method in class:PhoneMock

Completed in 123 milliseconds