Unhide GsmCellLocation.getPsc().

bug: 2465036
Change-Id: If071c4e0f1f3484c010ec908b02800361cbf8a86
This commit is contained in:
jsh
2010-09-09 10:08:10 -07:00
parent e7b92d7b53
commit 2ec0e6fe1e
2 changed files with 14 additions and 1 deletions

View File

@@ -152023,6 +152023,17 @@
visibility="public"
>
</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"
return="void"
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
* @hide
*/
public int getPsc() {
return mPsc;