am 17fe229f: Merge "Unhide GsmCellLocation.getPsc()." into gingerbread

Merge commit '17fe229fe8b5c43fe1fbd0511d6e4f1565a957d4' into gingerbread-plus-aosp

* commit '17fe229fe8b5c43fe1fbd0511d6e4f1565a957d4':
  Unhide GsmCellLocation.getPsc().
This commit is contained in:
jsh
2010-09-14 15:05:53 -07:00
committed by Android Git Automerger
2 changed files with 14 additions and 1 deletions

View File

@@ -153680,6 +153680,17 @@
visibility="public" visibility="public"
> >
</method> </method>
<method name="getPsc"
return="int"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="setLacAndCid" <method name="setLacAndCid"
return="void" return="void"
abstract="false" abstract="false"

View File

@@ -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 * @return primary scrambling code for UMTS, -1 if unknown or GSM
* @hide
*/ */
public int getPsc() { public int getPsc() {
return mPsc; return mPsc;