Home
last modified time | relevance | path

Searched refs:cellLocation (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java70 private CellLocation cellLocation = null; field in ShadowTelephonyManager
369 return this.cellLocation; in getCellLocation()
372 public void setCellLocation(CellLocation cellLocation) { in setCellLocation() argument
373 this.cellLocation = cellLocation; in setCellLocation()
376 listener.onCellLocationChanged(cellLocation); in setCellLocation()
399 listener.onCellLocationChanged(cellLocation); in initListener()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java544 private static JSONObject buildJsonCellLocation(CellLocation cellLocation) in buildJsonCellLocation() argument
547 if (cellLocation instanceof GsmCellLocation) { in buildJsonCellLocation()
548 GsmCellLocation location = (GsmCellLocation) cellLocation; in buildJsonCellLocation()