Searched refs:mRecycledHistoryEntry (Results 1 – 2 of 2) sorted by relevance
101 private NetworkStatsHistory.Entry mRecycledHistoryEntry = null; field in NetworkStats659 mRecycledHistoryEntry = mHistory.getValues(mEnumerationIndex++, in getNextHistoryBucket()660 mRecycledHistoryEntry); in getNextHistoryBucket()667 bucketOut.mBeginTimeStamp = mRecycledHistoryEntry.bucketStart; in getNextHistoryBucket()668 bucketOut.mEndTimeStamp = mRecycledHistoryEntry.bucketStart + in getNextHistoryBucket()669 mRecycledHistoryEntry.bucketDuration; in getNextHistoryBucket()670 bucketOut.mRxBytes = mRecycledHistoryEntry.rxBytes; in getNextHistoryBucket()671 bucketOut.mRxPackets = mRecycledHistoryEntry.rxPackets; in getNextHistoryBucket()672 bucketOut.mTxBytes = mRecycledHistoryEntry.txBytes; in getNextHistoryBucket()673 bucketOut.mTxPackets = mRecycledHistoryEntry.txPackets; in getNextHistoryBucket()
9359 Landroid/app/usage/NetworkStats;->mRecycledHistoryEntry:Landroid/net/NetworkStatsHistory$Entry;