Searched refs:fallbackLteCid (Results 1 – 1 of 1) sorted by relevance
4492 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellIdentityFromCellInfo() local4495 if (c instanceof CellIdentityLte && fallbackLteCid == null) { in getCellIdentityFromCellInfo()4496 if (getCidFromCellIdentity(c) != -1) fallbackLteCid = c; in getCellIdentityFromCellInfo()4504 if (cl == null && fallbackLteCid != null) { in getCellIdentityFromCellInfo()4505 cl = fallbackLteCid; in getCellIdentityFromCellInfo()