Searched defs:cellLoc (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java66 CdmaCellLocation cellLoc; field in class:CdmaServiceStateTracker
166 cellLoc = new CdmaCellLocation();
392 cellLoc.setCellLocationData(baseStationId, baseStationLatitude,
1025 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
1042 CdmaCellLocation tcl = cellLoc;
1043 cellLoc = newCellLoc;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java75 GsmCellLocation cellLoc; field in class:GsmServiceStateTracker
195 cellLoc = new GsmCellLocation();
413 cellLoc.setLacAndCid(lac, cid);
887 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
902 GsmCellLocation tcl = cellLoc;
903 cellLoc = newCellLoc;

Completed in 70 milliseconds