Searched refs:mobileRxBytes (Results 1 – 3 of 3) sorted by relevance
56 public long mobileRxBytes; field in BatterySipper156 mobileRxBytes += other.mobileRxBytes; in add()
71 app.mobileRxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_RX_DATA, in calculateApp()
4108 final long mobileRxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_RX_DATA, which); in dumpLocked() local4128 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()4131 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked()