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.java679 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged() local
684 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()
693 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
695 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
702 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
710 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()