Searched defs:formatBytesLocked (Results 1 – 1 of 1) sorted by relevance
3692 final String formatBytesLocked(long bytes) { in formatBytesLocked() method in BatteryStats6060 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked() method6061 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked() method6095 pw.print(formatBytesLocked(wifiRxBytes)); pw.print(" received, "); in dumpLocked() method6096 pw.print(formatBytesLocked(wifiTxBytes)); in dumpLocked() method6150 pw.print(formatBytesLocked(btRxBytes)); pw.print(" received, "); in dumpLocked() method6151 pw.print(formatBytesLocked(btTxBytes)); in dumpLocked() method