Home
last modified time | relevance | path

Searched refs:srvccState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVoLteServiceState.java80 public VoLteServiceState(int srvccState) { in VoLteServiceState() argument
83 mSrvccState = srvccState; in VoLteServiceState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java648 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged() local
653 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()
662 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
664 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
671 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
679 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()