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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 78 CdmaCellLocation cellLoc;
174 cellLoc = new CdmaCellLocation();
375 cellLoc.setCellLocationData(baseStationId, baseStationLatitude,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 89 GsmCellLocation cellLoc;
203 cellLoc = new GsmCellLocation();
345 cellLoc.setLacAndCid(lac, cid);
828 boolean hasLocationChanged = !newCellLoc.equals(cellLoc);
    [all...]

Completed in 104 milliseconds