Home | History | Annotate | Download | only in usage

Lines Matching defs:mHistory

90     private NetworkStatsHistory mHistory = null;
493 } else if (mHistory != null) {
494 return mEnumerationIndex < mHistory.size()
549 mHistory = null;
551 mHistory = mSession.getHistoryIntervalForUid(mTemplate, uid,
557 // Leaving mHistory null
595 mHistory = null;
597 mHistory = mSession.getHistoryIntervalForUid(mTemplate, getUid(),
602 // Leaving mHistory null
657 if (bucketOut != null && mHistory != null) {
658 if (mEnumerationIndex < mHistory.size()) {
659 mRecycledHistoryEntry = mHistory.getValues(mEnumerationIndex++,