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