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()88 mCdmaEcio = s.mCdmaEcio; in copyFrom()105 mCdmaEcio = CellInfo.UNAVAILABLE; in setDefaultValues()338 return mCdmaEcio; in getCdmaEcio()343 mCdmaEcio = cdmaEcio; in setCdmaEcio()384 return Objects.hash(mCdmaDbm, mCdmaEcio, mEvdoDbm, mEvdoEcio, mEvdoSnr, mLevel); in hashCode()402 && mCdmaEcio == s.mCdmaEcio in equals()416 + " cdmaEcio=" + mCdmaEcio in toString()428 dest.writeInt(mCdmaEcio); in writeToParcel()[all …]
34 private int mCdmaEcio = UNKNOWN_INT; field in MobileLinkQualityInfo60 dest.writeInt(mCdmaEcio); in writeToParcel()85 li.mCdmaEcio = in.readInt(); in createFromParcelBody()168 return mCdmaEcio; in getCdmaEcio()176 mCdmaEcio = cdmaEcio; in setCdmaEcio()
33231 Landroid/net/MobileLinkQualityInfo;->mCdmaEcio:I52482 Landroid/telephony/CellSignalStrengthCdma;->mCdmaEcio:I