Lines Matching refs:mSrvccState
46 private int mSrvccState;
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);
196 + " " + mSrvccState);
206 mSrvccState = m.getInt("mSrvccState");
216 m.putInt("mSrvccState", mSrvccState);
220 return mSrvccState;