Searched refs:arfcn (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | AccessNetworkUtils.java | 242 public static int getOperatingBandForArfcn(int arfcn) { in getOperatingBandForArfcn() argument 243 if (arfcn >= 0 && arfcn <= 124) { in getOperatingBandForArfcn() 245 } else if (arfcn >= 128 && arfcn <= 251) { in getOperatingBandForArfcn() 247 } else if (arfcn >= 259 && arfcn <= 293) { in getOperatingBandForArfcn() 249 } else if (arfcn >= 306 && arfcn <= 340) { in getOperatingBandForArfcn() 251 } else if (arfcn >= 438 && arfcn <= 511) { in getOperatingBandForArfcn() 253 } else if (arfcn >= 512 && arfcn <= 885) { in getOperatingBandForArfcn() 257 } else if (arfcn >= 940 && arfcn <= 974) { in getOperatingBandForArfcn() 259 } else if (arfcn >= 975 && arfcn <= 1023) { in getOperatingBandForArfcn() 711 public static int getFrequencyFromArfcn(int band, int arfcn, boolean isUplink) { in getFrequencyFromArfcn() argument [all …]
|
D | CellIdentityGsm.java | 87 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm() argument 93 mArfcn = inRangeOrUnavailable(arfcn, 0, MAX_ARFCN); in CellIdentityGsm() 106 this(cid.lac, cid.cid, cid.arfcn, in CellIdentityGsm() 113 this(cid.base.lac, cid.base.cid, cid.base.arfcn, in CellIdentityGsm() 121 this(cid.base.base.lac, cid.base.base.cid, cid.base.base.arfcn, in CellIdentityGsm()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 5274 int arfcn; in updateServiceStateArfcnRsrpBoost() local 5279 arfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in updateServiceStateArfcnRsrpBoost() 5280 if (arfcn != INVALID_ARFCN in updateServiceStateArfcnRsrpBoost() 5282 arfcn) != -1) { in updateServiceStateArfcnRsrpBoost() 5287 arfcn = ((CellIdentityNr) cellIdentity).getNrarfcn(); in updateServiceStateArfcnRsrpBoost() 5288 if (arfcn != INVALID_ARFCN) { in updateServiceStateArfcnRsrpBoost() 5290 arfcn); in updateServiceStateArfcnRsrpBoost()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1525 cellinfo.cellIdentityGsm.arfcn = ARFCN; in testConvertHalCellInfoListForGSM() 2509 cellinfo.cellIdentityGsm.base.arfcn = ARFCN; in getCellInfoListForGSM()
|