Searched refs:txPkts (Results 1 – 2 of 2) sorted by relevance
70 void notifyOnDataActivity(long txPkts, long rxPkts) { in notifyOnDataActivity() argument74 mTxPkts = txPkts; in notifyOnDataActivity()
434 public long txPkts; field in DcTracker.TxRxSum441 public TxRxSum(long txPkts, long rxPkts) { in TxRxSum() argument442 this.txPkts = txPkts; in TxRxSum()447 txPkts = sum.txPkts; in TxRxSum()452 txPkts = -1; in reset()458 return "{txSum=" + txPkts + " rxSum=" + rxPkts + "}"; in toString()465 this.txPkts = TrafficStats.getMobileTcpTxPackets(); in updateTcpTxRxSum()473 this.txPkts = TrafficStats.getMobileTxPackets(); in updateTotalTxRxSum()4296 mTxPkts = curTxRxSum.txPkts; in updateDataActivity()4303 if (mNetStatPollEnabled && (preTxRxSum.txPkts > 0 || preTxRxSum.rxPkts > 0)) { in updateDataActivity()[all …]