Searched refs:mCdmaEcio (Results 1 – 3 of 3) sorted by relevance
37 private int mCdmaEcio; // This value is the Ec/Io field in CellSignalStrengthCdma72 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()[all …]
33 private int mCdmaEcio = UNKNOWN_INT; field in MobileLinkQualityInfo59 dest.writeInt(mCdmaEcio); in writeToParcel()84 li.mCdmaEcio = in.readInt(); in createFromParcelBody()167 return mCdmaEcio; in getCdmaEcio()175 mCdmaEcio = cdmaEcio; in setCdmaEcio()
44194 Landroid/net/MobileLinkQualityInfo;->mCdmaEcio:I67148 Landroid/telephony/CellSignalStrengthCdma;->mCdmaEcio:I