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