Searched refs:lteEarfcn (Results 1 – 1 of 1) sorted by relevance
1033 int lteEarfcn = INVALID_LTE_EARFCN; in getLteEarfcn() local1037 lteEarfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in getLteEarfcn()1046 return lteEarfcn; in getLteEarfcn()4648 private void updateServiceStateLteEarfcnBoost(ServiceState serviceState, int lteEarfcn) { in updateServiceStateLteEarfcnBoost() argument4650 if ((lteEarfcn != INVALID_LTE_EARFCN) in updateServiceStateLteEarfcnBoost()4651 && containsEarfcnInEarfcnRange(mEarfcnPairListForRsrpBoost, lteEarfcn)) { in updateServiceStateLteEarfcnBoost()