Searched refs:wifiRxBytes (Results 1 – 3 of 3) sorted by relevance
44 public long wifiRxBytes; field in BatterySipper
601 app.wifiRxBytes = wifiRxB; in processAppUsage()757 bs.wifiRxBytes += wbs.wifiRxBytes; in aggregateSippers()
3001 long wifiRxBytes = u.getNetworkActivityBytes(NETWORK_WIFI_RX_DATA, which); in dumpLocked() local3038 if (wifiRxBytes > 0 || wifiTxBytes > 0 || wifiRxPackets > 0 || wifiTxPackets > 0) { in dumpLocked()3040 pw.print(formatBytesLocked(wifiRxBytes)); pw.print(" received, "); in dumpLocked()