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/
DPhoneBase.java596 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged() local
601 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()
610 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
612 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
619 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
627 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()