Searched refs:lteEarfcn (Results 1 – 1 of 1) sorted by relevance
978 int lteEarfcn = INVALID_LTE_EARFCN; in getLteEarfcn() local982 lteEarfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in getLteEarfcn()991 return lteEarfcn; in getLteEarfcn()4098 private void updateServiceStateLteEarfcnBoost(ServiceState serviceState, int lteEarfcn) { in updateServiceStateLteEarfcnBoost() argument4100 if ((lteEarfcn != INVALID_LTE_EARFCN) in updateServiceStateLteEarfcnBoost()4101 && containsEarfcnInEarfcnRange(mEarfcnPairListForRsrpBoost, lteEarfcn)) { in updateServiceStateLteEarfcnBoost()