android.os
Interface INetStatService
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- INetStatService.Stub
public interface INetStatService
- extends IInterface
Retrieves packet and byte counts for the phone data interface.
Used for the data activity icon and the phone status in Settings.
getTxPackets
int getTxPackets()
throws RemoteException
- Throws:
RemoteException
getRxPackets
int getRxPackets()
throws RemoteException
- Throws:
RemoteException
getTxBytes
int getTxBytes()
throws RemoteException
- Throws:
RemoteException
getRxBytes
int getRxBytes()
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature