Searched defs:txBytes (Results 1 – 3 of 3) sorted by relevance
43 public int txBytes = 0; field in QtaguidItem.Row103 public void addRow(int uid, int rxBytes, int txBytes) { in addRow()120 public void updateRow(int uid, int rxBytes, int txBytes) { in updateRow()
51 int txBytes = Integer.parseInt(columns[7]); in parse() local
34 public BandwidthStats (long rxBytes, long rxPackets, long txBytes, long txPackets) { in BandwidthStats()81 public void setTxBytes(long txBytes) { in setTxBytes()