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

/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java220 private int mCdmaEriIconIndex; field in class:ServiceState
299 mCdmaEriIconIndex = s.mCdmaEriIconIndex;
327 mCdmaEriIconIndex = in.readInt();
352 out.writeInt(mCdmaEriIconIndex);
500 return this.mCdmaEriIconIndex;
793 mCdmaEriIconIndex = -1;
874 this.mCdmaEriIconIndex = index;

Completed in 44 milliseconds