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

/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java133 private int mCdmaEriIconIndex; field in class:ServiceState
181 mCdmaEriIconIndex = s.mCdmaEriIconIndex;
202 mCdmaEriIconIndex = in.readInt();
220 out.writeInt(mCdmaEriIconIndex);
289 return this.mCdmaEriIconIndex;
489 mCdmaEriIconIndex = -1;
536 this.mCdmaEriIconIndex = index;

Completed in 359 milliseconds