Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DAccessNetworkUtils.java91 if (earfcn > 70645) { in getOperatingBandForEarfcn()
93 } else if (earfcn >= 70596) { in getOperatingBandForEarfcn()
95 } else if (earfcn >= 70546) { in getOperatingBandForEarfcn()
97 } else if (earfcn >= 70366) { in getOperatingBandForEarfcn()
99 } else if (earfcn > 69465) { in getOperatingBandForEarfcn()
101 } else if (earfcn >= 69036) { in getOperatingBandForEarfcn()
111 } else if (earfcn > 67835) { in getOperatingBandForEarfcn()
121 } else if (earfcn > 60254) { in getOperatingBandForEarfcn()
199 } else if (earfcn > 5379) { in getOperatingBandForEarfcn()
225 } else if (earfcn >= 600) { in getOperatingBandForEarfcn()
[all …]
H A DCellIdentityLte.java117 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() argument
126 mEarfcn = inRangeOrUnavailable(earfcn, 0, MAX_EARFCN); in CellIdentityLte()
141 this(cid.ci, cid.pci, cid.tac, cid.earfcn, new int[] {}, in CellIdentityLte()
147 this(cid.base.ci, cid.base.pci, cid.base.tac, cid.base.earfcn, new int[] {}, in CellIdentityLte()
154 this(cid.base.base.ci, cid.base.base.pci, cid.base.base.tac, cid.base.base.earfcn, in CellIdentityLte()
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dcell_info_lte.cc34 } else if (!isBoundedInt32(identity.earfcn, 0, 262144, INT32_MAX)) { in validateIdentity()
36 identity.earfcn); in validateIdentity()
/aosp12/system/chre/chpp/common/
H A Dwwan_convert.c118 out->earfcn = in->earfcn; in chppWwanConvertCellIdentityLteFromChre()
399 out->earfcn = in->earfcn; in chppWwanConvertCellIdentityLteToChre()
/aosp12/system/chre/chpp/test/
H A Dwwan_convert_test.cpp43 .earfcn = 5432,
115 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.earfcn, in compareCellInfo()
116 chre->CellInfo.lte.cellIdentityLte.earfcn); in compareCellInfo()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dwwan.h177 int32_t earfcn; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dwwan.h177 int32_t earfcn; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dwwan.h177 int32_t earfcn; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dwwan.h178 int32_t earfcn; member
/aosp12/system/chre/chpp/include/chpp/common/
H A Dwwan_types.h102 int32_t earfcn; member
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dwwan.h178 int32_t earfcn; member
/aosp12/system/chre/apps/wwan_world/
H A Dwwan_world.cc111 LOGI(" earfcn %" PRId32, cell->CellInfo.lte.cellIdentityLte.earfcn); in logChreWwanInfo()
/aosp12/hardware/ril/include/telephony/
H A Dril.h1436 int earfcn; /* 18-bit LTE Absolute RF Channel Number; this value must be reported */ member
/aosp12/hardware/ril/reference-ril/
H A Dril.h1436 int earfcn; /* 18-bit LTE Absolute RF Channel Number; this value must be reported */ member
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java1025 private static CellIdentityLte makeCellIdentityLte(int ci, int pci, int tac, int earfcn, in makeCellIdentityLte() argument
1029 return new CellIdentityLte(ci, pci, tac, earfcn, new int[] {} /* bands */, in makeCellIdentityLte()
1037 return constructor.newInstance(ci, pci, tac, earfcn, bandwidth, mccStr, mncStr, alphal, in makeCellIdentityLte()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java5141 int earfcn) { in containsEarfcnInEarfcnRange() argument
5145 if ((earfcn >= earfcnPair.first) && (earfcn <= earfcnPair.second)) { in containsEarfcnInEarfcnRange()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1480 lte.cellIdentityLte.earfcn = EARFCN; in testConvertHalCellInfoListForLTE()
2459 id.base.earfcn = EARFCN; in initializeCellIdentityLte_1_2()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp3571 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
7901 cellInfoLte->cellIdentityLte.earfcn = in convertRilCellInfoListToHal()
7902 rillCellInfo->CellInfo.lte.cellIdentityLte.earfcn; in convertRilCellInfoListToHal()
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1581 int32_t earfcn; // 18-bit LTE Absolute RF Channel Number; this value must