java.lang.Object | |
↳ | com.htc.net.FourG.FourGManager.ConnectionStatistics |
![]() |
![]() |
This class provides access to connection related information related to the current overall performance data communications between the Mobile Station and the serving Base Station. It is not 4G radio network specific, it is radio technoloy agnostic.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | LINK_SPEED_UNITS |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the current base station-to-User Equipment modulation scheme in use.
| |||||||||||
Return current base station-to-User Equipment throughput in LINK_SPEED_UNIT
| |||||||||||
Return current QosStatistics for the specified serivce flow
| |||||||||||
Return total number of bytes received by the User Equipment.
| |||||||||||
Return total number of packets received by the User Equipment.
| |||||||||||
Return total number of bytes transmitted by the User Equipment.
| |||||||||||
Return total number of packets which have been retransmitted by the User Equipment.
| |||||||||||
Return total number of packets transmitted by the User Equipment.
| |||||||||||
Return the current User Equipment-to-base station modulation scheme in use.
| |||||||||||
Return current User Equipment-to-base station throughput in LINK_SPEED_UNIT
| |||||||||||
Refresh this object with update values
| |||||||||||
Resets all Qos related statistics fot all Service Flow
Register the current activity to be notified via intent once
when this object contents have been refreshed.
| |||||||||||
Resets the all summary connection statistics.
| |||||||||||
Resets the connection stats for the specified service flow ID.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Return the current base station-to-User Equipment modulation scheme in use.
Return current base station-to-User Equipment throughput in LINK_SPEED_UNIT
Return current QosStatistics for the specified serivce flow
Return total number of bytes received by the User Equipment.
Return total number of packets received by the User Equipment.
Return total number of bytes transmitted by the User Equipment.
Return total number of packets which have been retransmitted by the User Equipment.
Return total number of packets transmitted by the User Equipment.
Return the current User Equipment-to-base station modulation scheme in use.
Return current User Equipment-to-base station throughput in LINK_SPEED_UNIT
Refresh this object with update values
Resets all Qos related statistics fot all Service Flow Register the current activity to be notified via intent once when this object contents have been refreshed.
Resets the all summary connection statistics. Method does not reset any Qos statistics data related to any service flow Register the current activity to be notified via intent once when the reset is complete.
Resets the connection stats for the specified service flow ID. Returns false if serviceFlowId is not a valid identifier. Register the current activity to be notified via intent once when the reset is complete.