Searched refs:lteEarfcn (Results 1 – 1 of 1) sorted by relevance
1122 int lteEarfcn = INVALID_LTE_EARFCN; in getLteEarfcn() local1126 lteEarfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in getLteEarfcn()1135 return lteEarfcn; in getLteEarfcn()4888 private void updateServiceStateLteEarfcnBoost(ServiceState serviceState, int lteEarfcn) { in updateServiceStateLteEarfcnBoost() argument4890 if ((lteEarfcn != INVALID_LTE_EARFCN) in updateServiceStateLteEarfcnBoost()4891 && containsEarfcnInEarfcnRange(mEarfcnPairListForRsrpBoost, lteEarfcn)) { in updateServiceStateLteEarfcnBoost()