FileDocCategorySizeDatePackage
NetStatService.javaAPI DocAndroid 1.5 API1551Wed May 06 22:42:00 BST 2009com.android.server

NetStatService

public class NetStatService extends INetStatService.Stub

Fields Summary
Constructors Summary
public NetStatService(android.content.Context context)


    
Methods Summary
public longgetMobileRxBytes()

        return NetStat.getMobileRxBytes();
    
public longgetMobileRxPackets()

        return NetStat.getMobileRxPkts();
    
public longgetMobileTxBytes()

        return NetStat.getMobileTxBytes();
    
public longgetMobileTxPackets()

        return NetStat.getMobileTxPkts();
    
public longgetTotalRxBytes()

        return NetStat.getTotalRxBytes();
    
public longgetTotalRxPackets()

        return NetStat.getTotalRxPkts();
    
public longgetTotalTxBytes()

        return NetStat.getTotalTxBytes();
    
public longgetTotalTxPackets()

        return NetStat.getTotalTxPkts();