Searched refs:srvccState (Results 1 – 3 of 3) sorted by relevance
69 public CallSessionEventBuilder setSrvccState(int srvccState) { in setSrvccState() argument70 mEvent.srvccState = srvccState; in setSrvccState()
80 public VoLteServiceState(int srvccState) { in VoLteServiceState() argument83 mSrvccState = srvccState; in VoLteServiceState()
726 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged() local731 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()740 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()742 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()749 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()757 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()