Searched refs:cellIdentityLte (Results 1 – 1 of 1) sorted by relevance
3643 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation() local3644 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()