Searched refs:fallbackLteCid (Results 1 – 1 of 1) sorted by relevance
4466 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellIdentityFromCellInfo() local4469 if (c instanceof CellIdentityLte && fallbackLteCid == null) { in getCellIdentityFromCellInfo()4470 if (getCidFromCellIdentity(c) != -1) fallbackLteCid = c; in getCellIdentityFromCellInfo()4478 if (cl == null && fallbackLteCid != null) { in getCellIdentityFromCellInfo()4479 cl = fallbackLteCid; in getCellIdentityFromCellInfo()