summaryrefslogtreecommitdiffstats
path: root/telephony/java/android
diff options
context:
space:
mode:
Diffstat (limited to 'telephony/java/android')
-rw-r--r--telephony/java/android/telephony/gsm/GsmCellLocation.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/gsm/GsmCellLocation.java b/telephony/java/android/telephony/gsm/GsmCellLocation.java
index c4204fa..313bc82 100644
--- a/telephony/java/android/telephony/gsm/GsmCellLocation.java
+++ b/telephony/java/android/telephony/gsm/GsmCellLocation.java
@@ -60,8 +60,10 @@ public class GsmCellLocation extends CellLocation {
}
/**
+ * On a UMTS network, returns the primary scrambling code of the serving
+ * cell.
+ *
* @return primary scrambling code for UMTS, -1 if unknown or GSM
- * @hide
*/
public int getPsc() {
return mPsc;