Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3643 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation() local
3644 if ((cellIdentityLte.getTac() != Integer.MAX_VALUE) in getCellLocation()
3645 && (cellIdentityLte.getCi() != Integer.MAX_VALUE)) { in getCellLocation()
3646 cellLocOther.setLacAndCid(cellIdentityLte.getTac(), in getCellLocation()
3647 cellIdentityLte.getCi()); in getCellLocation()