Lines Matching full:foregroundbytes
1127 final long foregroundBytes = entry.rxBytes + entry.txBytes;1132 mAppPieChart.addSlice(foregroundBytes, Color.parseColor("#d88d3a"));1138 mAppForeground.setText(Formatter.formatFileSize(context, foregroundBytes));