Home | History | Annotate | Download | only in settings

Lines Matching refs:foregroundBytes

1114             final long foregroundBytes = entry.rxBytes + entry.txBytes;
1119 mAppPieChart.addSlice(foregroundBytes, Color.parseColor("#d88d3a"));
1125 mAppForeground.setText(Formatter.formatFileSize(context, foregroundBytes));