Home
last modified time | relevance | path

Searched defs: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
372 public void setCellLocation(CellLocation cellLocation) { in setCellLocation()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java544 private static JSONObject buildJsonCellLocation(CellLocation cellLocation) in buildJsonCellLocation()