Searched refs:cellLoc (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java67 CdmaCellLocation cellLoc; field in class:CdmaServiceStateTracker
167 cellLoc = new CdmaCellLocation();
388 cellLoc.setCellLocationData(baseStationId, baseStationLatitude,
999 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
1008 CdmaCellLocation tcl = cellLoc;
1009 cellLoc = newCellLoc;
H A DCDMAPhone.java463 return mSST.cellLoc;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java76 GsmCellLocation cellLoc; field in class:GsmServiceStateTracker
197 cellLoc = new GsmCellLocation();
415 cellLoc.setLacAndCid(lac, cid);
878 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
889 GsmCellLocation tcl = cellLoc;
890 cellLoc = newCellLoc;
H A DGSMPhone.java261 return mSST.cellLoc;

Completed in 40 milliseconds