Searched refs:mHistory (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java86 private NetworkStatsHistory mHistory = null; field in class:NetworkStats
368 } else if (mHistory != null) {
369 return mEnumerationIndex < mHistory.size()
431 mHistory = null;
433 mHistory = mSession.getHistoryIntervalForUid(mTemplate, uid,
439 // Leaving mHistory null
477 mHistory = null;
479 mHistory = mSession.getHistoryIntervalForUid(mTemplate, getUid(),
484 // Leaving mHistory null
535 if (bucketOut != null && mHistory !
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSignalController.java55 private final State[] mHistory; field in class:SignalController
69 mHistory = new State[HISTORY_SIZE];
71 mHistory[i] = cleanState();
181 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState);
191 if (mHistory[i].time != 0) size++;
197 + mHistory[i & (HISTORY_SIZE - 1)]);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp480 mHistory.erase(mHistory.begin());
484 mHistory.push_back(buffer);
710 List<sp<ABuffer> >::iterator it = mHistory.begin();
712 while (it != mHistory.end()) {
753 if (!mHistory.empty()) {
754 int32_t earliest = (*mHistory.begin())->int32Data() & 0xffff;
755 int32_t latest = (*--mHistory.end())->int32Data() & 0xffff;
H A DRTPSender.h92 List<sp<ABuffer> > mHistory; member in struct:android::RTPSender
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java47 private final List<Order> mHistory = new ArrayList<Order>(); field in class:VCardParserTests.MockVCardInterpreter
56 mHistory.add(order);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java306 HistoryItem mHistory; field in class:BatteryStatsImpl
3070 mHistory = mHistoryEnd = rec;
3077 if (mHistory != null) {
3079 mHistoryCache = mHistory;
3080 mHistory = mHistoryLastEnd = mHistoryEnd = null;
8341 if ((mHistoryIterator = mHistory) == null) {
10408 mHistory = mHistoryEnd = mHistoryCache = null;
10452 HistoryItem rec = mHistory;

Completed in 1028 milliseconds