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.java4143 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellIdentityFromCellInfo() local
4146 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()