Home | History | Annotate | Download | only in settings

Lines Matching refs:rxBytes

1112             final long defaultBytes = entry.rxBytes + entry.txBytes;
1114 final long foregroundBytes = entry.rxBytes + entry.txBytes;
1142 final long totalBytes = entry != null ? entry.rxBytes + entry.txBytes : 0;
1428 item.total += entry.rxBytes + entry.txBytes;
1430 systemItem.total += entry.rxBytes + entry.txBytes;