Searched refs:cellLocation (Results 1 – 2 of 2) sorted by relevance
70 private CellLocation cellLocation = null; field in ShadowTelephonyManager369 return this.cellLocation; in getCellLocation()372 public void setCellLocation(CellLocation cellLocation) { in setCellLocation() argument373 this.cellLocation = cellLocation; in setCellLocation()376 listener.onCellLocationChanged(cellLocation); in setCellLocation()399 listener.onCellLocationChanged(cellLocation); in initListener()
544 private static JSONObject buildJsonCellLocation(CellLocation cellLocation) in buildJsonCellLocation() argument547 if (cellLocation instanceof GsmCellLocation) { in buildJsonCellLocation()548 GsmCellLocation location = (GsmCellLocation) cellLocation; in buildJsonCellLocation()