HomeSort by relevance Sort by last modified time
    Searched defs:cellLoc (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 66 CdmaCellLocation cellLoc;
172 cellLoc = new CdmaCellLocation();
359 cellLoc.setCellLocationData(baseStationId, baseStationLatitude,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 75 GsmCellLocation cellLoc;
193 cellLoc = new GsmCellLocation();
341 cellLoc.setLacAndCid(lac, cid);
785 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
800 GsmCellLocation tcl = cellLoc;
801 cellLoc = newCellLoc;
    [all...]

Completed in 35 milliseconds