Searched defs:mSrvccState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DVoLteServiceState.java46 private int mSrvccState; field in class:VoLteServiceState
83 mSrvccState = srvccState;
103 mSrvccState = INVALID;
110 mSrvccState = s.mSrvccState;
121 mSrvccState = in.readInt();
128 out.writeInt(mSrvccState);
167 return ((mSrvccState * primeNum));
187 return (mSrvccState == s.mSrvccState);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java324 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in class:ImsPhoneCallTracker
2998 mSrvccState = state;
3000 if (mSrvccState == Call.SrvccState.COMPLETED) {

Completed in 89 milliseconds