Searched refs:earfcn (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | AccessNetworkUtils.java | 58 public static int getOperatingBandForEarfcn(int earfcn) { in getOperatingBandForEarfcn() argument 59 if (earfcn > 70645) { in getOperatingBandForEarfcn() 61 } else if (earfcn >= 70596) { in getOperatingBandForEarfcn() 63 } else if (earfcn >= 70546) { in getOperatingBandForEarfcn() 65 } else if (earfcn >= 70366) { in getOperatingBandForEarfcn() 67 } else if (earfcn > 69465) { in getOperatingBandForEarfcn() 69 } else if (earfcn >= 69036) { in getOperatingBandForEarfcn() 71 } else if (earfcn >= 68986) { in getOperatingBandForEarfcn() 73 } else if (earfcn >= 68936) { in getOperatingBandForEarfcn() 75 } else if (earfcn >= 68586) { in getOperatingBandForEarfcn() [all …]
|
D | CellIdentityLte.java | 115 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() argument 124 mEarfcn = inRangeOrUnavailable(earfcn, 0, MAX_EARFCN); in CellIdentityLte() 139 this(cid.ci, cid.pci, cid.tac, cid.earfcn, new int[] {}, in CellIdentityLte() 145 this(cid.base.ci, cid.base.pci, cid.base.tac, cid.base.earfcn, new int[] {}, in CellIdentityLte() 152 this(cid.base.base.ci, cid.base.base.pci, cid.base.base.tac, cid.base.base.earfcn, in CellIdentityLte()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 4756 int earfcn) { in containsEarfcnInEarfcnRange() argument 4759 if ((earfcn >= earfcnPair.first) && (earfcn <= earfcnPair.second)) { in containsEarfcnInEarfcnRange()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1331 lte.cellIdentityLte.earfcn = EARFCN; in testConvertHalCellInfoListForLTE() 2179 id.base.earfcn = EARFCN; in initializeCellIdentityLte_1_2()
|