Searched refs:mEarfcn (Results 1 – 2 of 2) sorted by relevance
39 private final int mEarfcn; field in CellIdentityLte51 mEarfcn = Integer.MAX_VALUE; in CellIdentityLte()106 mEarfcn = earfcn; in CellIdentityLte()111 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBandwidth, cid.mMccStr, in CellIdentityLte()162 return mEarfcn; in getEarfcn()196 return mEarfcn; in getChannelNumber()218 && mEarfcn == o.mEarfcn in equals()231 .append(" mEarfcn=").append(mEarfcn) in toString()248 dest.writeInt(mEarfcn); in writeToParcel()258 mEarfcn = in.readInt(); in CellIdentityLte()
5323 Landroid/telephony/CellIdentityLte;->mEarfcn:I