Searched refs:mRecycledHistoryEntry (Results 1 – 2 of 2) sorted by relevance
104 private NetworkStatsHistory.Entry mRecycledHistoryEntry = null; field in NetworkStats686 mRecycledHistoryEntry = mHistory.getValues(mEnumerationIndex++, in getNextHistoryBucket()687 mRecycledHistoryEntry); in getNextHistoryBucket()694 bucketOut.mBeginTimeStamp = mRecycledHistoryEntry.bucketStart; in getNextHistoryBucket()695 bucketOut.mEndTimeStamp = mRecycledHistoryEntry.bucketStart in getNextHistoryBucket()696 + mRecycledHistoryEntry.bucketDuration; in getNextHistoryBucket()697 bucketOut.mRxBytes = mRecycledHistoryEntry.rxBytes; in getNextHistoryBucket()698 bucketOut.mRxPackets = mRecycledHistoryEntry.rxPackets; in getNextHistoryBucket()699 bucketOut.mTxBytes = mRecycledHistoryEntry.txBytes; in getNextHistoryBucket()700 bucketOut.mTxPackets = mRecycledHistoryEntry.txPackets; in getNextHistoryBucket()
33 Landroid/app/usage/NetworkStats;->mRecycledHistoryEntry:Landroid/net/NetworkStatsHistory$Entry;