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.java3510 GsmCellLocation cellLocOther = new GsmCellLocation(); in getCellLocation() local
3515 cellLocOther.setLacAndCid(cellIdentityGsm.getLac(), in getCellLocation()
3517 cellLocOther.setPsc(cellIdentityGsm.getPsc()); in getCellLocation()
3518 if (VDBG) log("getCellLocation(): X ret GSM info=" + cellLocOther); in getCellLocation()
3519 return cellLocOther; in getCellLocation()
3523 cellLocOther.setLacAndCid(cellIdentityWcdma.getLac(), in getCellLocation()
3525 cellLocOther.setPsc(cellIdentityWcdma.getPsc()); in getCellLocation()
3526 if (VDBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther); in getCellLocation()
3527 return cellLocOther; in getCellLocation()
3529 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
[all …]