Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java141 private int mCdmaEriIconIndex; field in ServiceState
189 mCdmaEriIconIndex = s.mCdmaEriIconIndex; in copyFrom()
210 mCdmaEriIconIndex = in.readInt(); in ServiceState()
228 out.writeInt(mCdmaEriIconIndex); in writeToParcel()
297 return this.mCdmaEriIconIndex; in getCdmaEriIconIndex()
500 mCdmaEriIconIndex = -1; in setNullState()
547 this.mCdmaEriIconIndex = index; in setCdmaEriIconIndex()