Searched refs:mobileRxBytes (Results 1 – 6 of 6) sorted by relevance
105 public long mobileRxBytes; field in BatterySipper225 mobileRxBytes += other.mobileRxBytes; in add()
93 app.mobileRxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_RX_DATA, in calculateApp()
329 public long mobileRxBytes; field in RawBatteryStats.Network
4783 staEvent.mobileRxBytes = mFacade.getMobileRxBytes(); in addStaEvent()5001 if (event.mobileRxBytes > 0) sb.append(" mobileRxBytes=").append(event.mobileRxBytes); in staEventToString()5198 sb.append(" mobileRxBytes=").append(event.mobileRxBytes);5412 event.mobileRxBytes = mFacade.getMobileRxBytes();
5429 final long mobileRxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_RX_DATA, which); in dumpLocked()5456 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()5459 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked() argument
3021 assertEquals(expectedValues[10], event.mobileRxBytes); in verifyUnusableEvent()