Searched refs:mTotalDataRx (Results 1 – 1 of 1) sorted by relevance
290 private long[] mTotalDataRx = new long[4]; field in BatteryStatsImpl1444 doDataUnplug(mTotalDataRx, entry.rxBytes); in doUnplugLocked()1480 doDataPlug(mTotalDataRx, entry.rxBytes); in doPlugLocked()4600 return getTcpBytes(totalRxBytes, mTotalDataRx, which); in getTotalTcpBytesReceived()5513 mTotalDataRx[STATS_LAST] = in.readLong(); in readFromParcelLocked()5514 mTotalDataRx[STATS_SINCE_UNPLUGGED] = -1; in readFromParcelLocked()