Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DAccessNetworkUtils.java60 public static int getOperatingBandForEarfcn(int earfcn) { in getOperatingBandForEarfcn() argument
61 if (earfcn > 67535) { in getOperatingBandForEarfcn()
63 } else if (earfcn >= 67366) { in getOperatingBandForEarfcn()
65 } else if (earfcn >= 66436) { in getOperatingBandForEarfcn()
67 } else if (earfcn >= 65536) { in getOperatingBandForEarfcn()
69 } else if (earfcn > 54339) { in getOperatingBandForEarfcn()
71 } else if (earfcn >= 46790 /* inferred from the end range of BAND_45 */) { in getOperatingBandForEarfcn()
73 } else if (earfcn >= 46590) { in getOperatingBandForEarfcn()
75 } else if (earfcn >= 45590) { in getOperatingBandForEarfcn()
77 } else if (earfcn >= 43590) { in getOperatingBandForEarfcn()
[all …]
DCellIdentityLte.java95 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte() argument
101 mEarfcn = inRangeOrUnavailable(earfcn, 0, MAX_EARFCN); in CellIdentityLte()
107 this(cid.ci, cid.pci, cid.tac, cid.earfcn, CellInfo.UNAVAILABLE, cid.mcc, cid.mnc, "", ""); in CellIdentityLte()
112 this(cid.base.ci, cid.base.pci, cid.base.tac, cid.base.earfcn, cid.bandwidth, in CellIdentityLte()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4548 int earfcn) { in containsEarfcnInEarfcnRange() argument
4551 if ((earfcn >= earfcnPair.first) && (earfcn <= earfcnPair.second)) { in containsEarfcnInEarfcnRange()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1154 lte.cellIdentityLte.earfcn = EARFCN; in testConvertHalCellInfoListForLTE()
1723 lte.cellIdentityLte.base.earfcn = EARFCN; in initializeCellInfoLte_1_2()