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