Home | History | Annotate | Download | only in settings

Lines Matching refs:totalBytes

1181         final long totalBytes = entry != null ? entry.rxBytes + entry.txBytes : 0;
1182 final String totalPhrase = Formatter.formatFileSize(context, totalBytes);