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,
1027 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
1044 CdmaCellLocation tcl = cellLoc;
1045 cellLoc = newCellLoc;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java74 GsmCellLocation cellLoc; field in class:GsmServiceStateTracker
194 cellLoc = new GsmCellLocation();
418 cellLoc.setLacAndCid(lac, cid);
899 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
914 GsmCellLocation tcl = cellLoc;
915 cellLoc = newCellLoc;

Completed in 70 milliseconds