Searched defs:formatBytesLocked (Results 1 – 1 of 1) sorted by relevance
3131 final String formatBytesLocked(long bytes) { in formatBytesLocked() method in BatteryStats5426 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked() method5427 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked() method5461 pw.print(formatBytesLocked(wifiRxBytes)); pw.print(" received, "); in dumpLocked() method5462 pw.print(formatBytesLocked(wifiTxBytes)); in dumpLocked() method5516 pw.print(formatBytesLocked(btRxBytes)); pw.print(" received, "); in dumpLocked() method5517 pw.print(formatBytesLocked(btTxBytes)); in dumpLocked() method