Searched defs:formatBytesLocked (Results 1 – 1 of 1) sorted by relevance
3162 final String formatBytesLocked(long bytes) { in formatBytesLocked() method in BatteryStats5459 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked() method5460 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked() method5494 pw.print(formatBytesLocked(wifiRxBytes)); pw.print(" received, "); in dumpLocked() method5495 pw.print(formatBytesLocked(wifiTxBytes)); in dumpLocked() method5549 pw.print(formatBytesLocked(btRxBytes)); pw.print(" received, "); in dumpLocked() method5550 pw.print(formatBytesLocked(btTxBytes)); in dumpLocked() method