码迷,mamicode.com
首页 > 移动开发 > 详细

Android - Telephony API 1.6

时间:2014-11-19 10:25:30      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:android   style   http   io   ar   color   os   sp   java   

SignalStrength :

1. public int getGsmSignalStrength() : GSM Signal Strength, valid values are (0-31, 99) as defined in TS 27.007 8.5

2. public int getGsmBitErrorRate() : GSM bit error rate (0-7, 99) as defined in TS 27.007 8.5

3. public int getCdmaDbm() : CDMA RSSI value in dBm

4. public int getCdmaEcio() : CDMA Ec/Io value in dB*10

5. public int getEvdoDbm() : EVDO RSSI value in dBm

6. public int getEvdoEcio() : EVDO Ec/Io value in dB*10

7. public int getEvdoSnr() : signal to noise ratio. Valid values are 0-8. 8 is the highest

8. public boolean isGsm() : is GSM phone

 

CdmaCellLocation :

1. public int getBaseStationId() : cdma base station identification number, -1 if unknown

2. public int getBaseStationLatitude() : cdma base station latitude, -1 if unknown

3. public int getBaseStationLongitude() : cdma base station longitude, -1 if unknown

4. public int getSystemId() : cdma system identification number, -1 if unknown

5. public int getNetworkId() : cdma network identification number, -1 if unknown

 

Android - Telephony API 1.6

标签:android   style   http   io   ar   color   os   sp   java   

原文地址:http://www.cnblogs.com/davesuen/p/4107359.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!