summaryrefslogtreecommitdiffstats
path: root/telephony/java
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-09-17 16:42:09 -0400
committerMike Lockwood <lockwood@android.com>2009-09-17 19:23:15 -0400
commit1b90def3c683afaea528a0ee705b14df6ce2e2c7 (patch)
treebb5376233116a4f39e718889d86966eb926dc22c /telephony/java
parent96352104fbb172d91f957551c772988e02d79f33 (diff)
downloadframeworks_base-1b90def3c683afaea528a0ee705b14df6ce2e2c7.zip
frameworks_base-1b90def3c683afaea528a0ee705b14df6ce2e2c7.tar.gz
frameworks_base-1b90def3c683afaea528a0ee705b14df6ce2e2c7.tar.bz2
telephony: Add CdmaCellLocation class to the public API.
Its twin sister GsmCellLocation is public, so this really should be in the SDK too. Change-Id: If6f5899047546a7398f1e4191c67acf15555c21b Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'telephony/java')
-rw-r--r--telephony/java/android/telephony/cdma/CdmaCellLocation.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/telephony/java/android/telephony/cdma/CdmaCellLocation.java b/telephony/java/android/telephony/cdma/CdmaCellLocation.java
index b8778f8..676fba7 100644
--- a/telephony/java/android/telephony/cdma/CdmaCellLocation.java
+++ b/telephony/java/android/telephony/cdma/CdmaCellLocation.java
@@ -20,8 +20,7 @@ import android.os.Bundle;
import android.telephony.CellLocation;
/**
- * Represents the cell location on a GSM phone.
- * @hide
+ * Represents the cell location on a CDMA phone.
*/
public class CdmaCellLocation extends CellLocation {
private int mBaseStationId = -1;
@@ -31,7 +30,8 @@ public class CdmaCellLocation extends CellLocation {
private int mNetworkId = -1;
/**
- * Empty constructor. Initializes the LAC and CID to -1.
+ * Empty constructor.
+ * Initializes the BID, SID, NID and base station latitude and longitude to -1.
*/
public CdmaCellLocation() {
this.mBaseStationId = -1;