Searched refs:mobileRxBytes (Results 1 – 8 of 8) sorted by relevance
111 public long mobileRxBytes; field in BatterySipper242 mobileRxBytes += other.mobileRxBytes; in add()
190 app.mobileRxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_RX_DATA, in calculateApp()
408 long mobileRxBytes = mTelephonyFacade.getMobileRxBytes(); in handleTrafficStatsPoll() local410 long rxBytesDelta = mobileRxBytes - mLastMobileRxBytes; in handleTrafficStatsPoll()416 mLastMobileRxBytes = mobileRxBytes; in handleTrafficStatsPoll()
329 public long mobileRxBytes; field in RawBatteryStats.Network
5479 staEvent.mobileRxBytes = mFacade.getMobileRxBytes(); in addStaEvent()5726 if (event.mobileRxBytes > 0) sb.append(" mobileRxBytes=").append(event.mobileRxBytes); in staEventToString()5966 sb.append(" mobileRxBytes=").append(event.mobileRxBytes);6194 event.mobileRxBytes = mFacade.getMobileRxBytes();
5596 final long mobileRxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_RX_DATA, which); in dumpLocked()5623 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()5626 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked() argument
3565 assertEquals(expectedValues[10], event.mobileRxBytes); in verifyUnusableEvent()
76612 Lcom/android/internal/os/BatterySipper;->mobileRxBytes:J