Searched defs:formatBytesLocked (Results 1 – 1 of 1) sorted by relevance
3376 final String formatBytesLocked(long bytes) { in formatBytesLocked() method in BatteryStats5626 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked() method5627 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked() method5661 pw.print(formatBytesLocked(wifiRxBytes)); pw.print(" received, "); in dumpLocked() method5662 pw.print(formatBytesLocked(wifiTxBytes)); in dumpLocked() method5716 pw.print(formatBytesLocked(btRxBytes)); pw.print(" received, "); in dumpLocked() method5717 pw.print(formatBytesLocked(btTxBytes)); in dumpLocked() method