Lines Matching refs:mCdmaEcio
37 private int mCdmaEcio; // This value is the Ec/Io field in CellSignalStrengthCdma
72 mCdmaEcio = inRangeOrUnavailable(cdmaEcio, -160, 0); in CellSignalStrengthCdma()
95 mCdmaEcio = s.mCdmaEcio; in copyFrom()
112 mCdmaEcio = CellInfo.UNAVAILABLE; in setDefaultValues()
345 return mCdmaEcio; in getCdmaEcio()
350 mCdmaEcio = cdmaEcio; in setCdmaEcio()
391 return Objects.hash(mCdmaDbm, mCdmaEcio, mEvdoDbm, mEvdoEcio, mEvdoSnr, mLevel); in hashCode()
409 && mCdmaEcio == s.mCdmaEcio in equals()
423 + " cdmaEcio=" + mCdmaEcio in toString()
435 dest.writeInt(mCdmaEcio); in writeToParcel()
451 mCdmaEcio = in.readInt(); in CellSignalStrengthCdma()