Searched refs:lteEarfcn (Results 1 – 1 of 1) sorted by relevance
1008 int lteEarfcn = INVALID_LTE_EARFCN; in getLteEarfcn() local1014 lteEarfcn = cellIdentityLte.earfcn; in getLteEarfcn()1023 return lteEarfcn; in getLteEarfcn()4274 private void updateServiceStateLteEarfcnBoost(ServiceState serviceState, int lteEarfcn) { in updateServiceStateLteEarfcnBoost() argument4276 if ((lteEarfcn != INVALID_LTE_EARFCN) in updateServiceStateLteEarfcnBoost()4277 && containsEarfcnInEarfcnRange(mEarfcnPairListForRsrpBoost, lteEarfcn)) { in updateServiceStateLteEarfcnBoost()