Home
last modified time | relevance | path

Searched refs:fallbackLteCid (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3940 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellLocationFromCellInfo() local
3943 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()