Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3487 GsmCellLocation cellLocOther = new GsmCellLocation(); in getCellLocation() local
3492 cellLocOther.setLacAndCid(cellIdentityGsm.getLac(), in getCellLocation()
3494 cellLocOther.setPsc(cellIdentityGsm.getPsc()); in getCellLocation()
3495 if (VDBG) log("getCellLocation(): X ret GSM info=" + cellLocOther); in getCellLocation()
3496 return cellLocOther; in getCellLocation()
3500 cellLocOther.setLacAndCid(cellIdentityWcdma.getLac(), in getCellLocation()
3502 cellLocOther.setPsc(cellIdentityWcdma.getPsc()); in getCellLocation()
3503 if (VDBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther); in getCellLocation()
3504 return cellLocOther; in getCellLocation()
3506 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
[all …]