Searched refs:fallbackLteCid (Results 1 – 1 of 1) sorted by relevance
3940 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellLocationFromCellInfo() local3943 if (c instanceof CellIdentityLte && fallbackLteCid == null) { in getCellLocationFromCellInfo()3944 if (getCidFromCellIdentity(c) != -1) fallbackLteCid = c; in getCellLocationFromCellInfo()3952 if (cl == null && fallbackLteCid != null) { in getCellLocationFromCellInfo()3953 cl = fallbackLteCid.asCellLocation(); in getCellLocationFromCellInfo()