Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java4492 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellIdentityFromCellInfo() local
4495 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()