Searched refs:fallbackLteCid (Results 1 – 1 of 1) sorted by relevance
4143 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellIdentityFromCellInfo() local4146 if (c instanceof CellIdentityLte && fallbackLteCid == null) { in getCellIdentityFromCellInfo()4147 if (getCidFromCellIdentity(c) != -1) fallbackLteCid = c; in getCellIdentityFromCellInfo()4155 if (cl == null && fallbackLteCid != null) { in getCellIdentityFromCellInfo()4156 cl = fallbackLteCid; in getCellIdentityFromCellInfo()