summaryrefslogtreecommitdiffstats
path: root/telephony/java/android/telephony/gsm
diff options
context:
space:
mode:
authorjsh <jsh@google.com>2010-09-09 10:08:10 -0700
committerjsh <jsh@google.com>2010-09-14 11:13:27 -0700
commit2ec0e6fe1e5382d93cb28c97d24c7b0a0387c8ee (patch)
treeb1f10b135057878cbdb665ca64ec20bc308035fc /telephony/java/android/telephony/gsm
parente7b92d7b53343119173558302ecfb3986ae0fbd6 (diff)
downloadframeworks_base-2ec0e6fe1e5382d93cb28c97d24c7b0a0387c8ee.zip
frameworks_base-2ec0e6fe1e5382d93cb28c97d24c7b0a0387c8ee.tar.gz
frameworks_base-2ec0e6fe1e5382d93cb28c97d24c7b0a0387c8ee.tar.bz2
Unhide GsmCellLocation.getPsc().
bug: 2465036 Change-Id: If071c4e0f1f3484c010ec908b02800361cbf8a86
Diffstat (limited to 'telephony/java/android/telephony/gsm')
-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;