Searched refs:SrvccState (Results 1 – 7 of 7) sorted by relevance
117 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()118 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()121 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
63 public enum SrvccState { enum in Call
721 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()735 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()740 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()749 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()758 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
324 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;2995 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()3000 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
1238 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
172 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
39506 HSPLcom/android/internal/telephony/Call$SrvccState;-><init>(Ljava/lang/String;I)V60095 Lcom/android/internal/telephony/Call$SrvccState;