Searched refs:mobileRxBytes (Results 1 – 3 of 3) sorted by relevance
94 public long mobileRxBytes; field in BatterySipper200 mobileRxBytes += other.mobileRxBytes; in add()
93 app.mobileRxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_RX_DATA, in calculateApp()
5289 final long mobileRxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_RX_DATA, which); in dumpLocked() local5316 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()5319 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked()