Searched refs:mSrvccState (Results 1 – 2 of 2) sorted by relevance
46 private int mSrvccState; field in VoLteServiceState83 mSrvccState = srvccState; in VoLteServiceState()103 mSrvccState = INVALID; in initialize()110 mSrvccState = s.mSrvccState; in copyFrom()121 mSrvccState = in.readInt(); in VoLteServiceState()128 out.writeInt(mSrvccState); in writeToParcel()167 return ((mSrvccState * primeNum)); in hashCode()187 return (mSrvccState == s.mSrvccState); in equals()196 + " " + mSrvccState); in toString()206 mSrvccState = m.getInt("mSrvccState"); in setFromNotifierBundle()[all …]
211 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in ImsPhoneCallTracker1890 mSrvccState = state; in notifySrvccState()1892 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()