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.java3416 GsmCellLocation cellLocOther = new GsmCellLocation(); in getCellLocation() local
3421 cellLocOther.setLacAndCid(cellIdentityGsm.getLac(), in getCellLocation()
3423 cellLocOther.setPsc(cellIdentityGsm.getPsc()); in getCellLocation()
3424 if (VDBG) log("getCellLocation(): X ret GSM info=" + cellLocOther); in getCellLocation()
3425 return cellLocOther; in getCellLocation()
3429 cellLocOther.setLacAndCid(cellIdentityWcdma.getLac(), in getCellLocation()
3431 cellLocOther.setPsc(cellIdentityWcdma.getPsc()); in getCellLocation()
3432 if (VDBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther); in getCellLocation()
3433 return cellLocOther; in getCellLocation()
3435 ((cellLocOther.getLac() < 0) || (cellLocOther.getCid() < 0))) { in getCellLocation()
[all …]