Home
last modified time | relevance | path

Searched refs:mHistory (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DBroadcaster.cpp124 mHistory.clear(); in reset()
132 map<ReportId,ReportStatus>::const_iterator found = mHistory.find(ReportId(id, pkg, cls)); in clearBroadcasts()
133 if (found != mHistory.end()) { in clearBroadcasts()
140 mHistory.erase(found); in clearBroadcasts()
147 map<ReportId,ReportStatus>::iterator it = mHistory.begin(); in clearPackageBroadcasts()
148 while (it != mHistory.end()) { in clearPackageBroadcasts()
156 it = mHistory.erase(it); in clearPackageBroadcasts()
271 map<ReportId,ReportStatus>::const_iterator found = mHistory.find(ReportId(id, pkg, cls)); in was_approval_sent()
272 if (found != mHistory.end()) { in was_approval_sent()
281 ReportStatus& reportStatus = mHistory[ReportId(id, pkg, cls)]; in set_approval_sent()
[all …]
DBroadcaster.h104 map<ReportId,ReportStatus> mHistory; // what we sent so we don't send it again variable
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java90 private NetworkStatsHistory mHistory = null; field in NetworkStats
493 } else if (mHistory != null) { in hasNextBucket()
494 return mEnumerationIndex < mHistory.size() in hasNextBucket()
549 mHistory = null; in startHistoryEnumeration()
551 mHistory = mSession.getHistoryIntervalForUid(mTemplate, uid, in startHistoryEnumeration()
595 mHistory = null; in stepHistory()
597 mHistory = mSession.getHistoryIntervalForUid(mTemplate, getUid(), in stepHistory()
657 if (bucketOut != null && mHistory != null) { in getNextHistoryBucket()
658 if (mEnumerationIndex < mHistory.size()) { in getNextHistoryBucket()
659 mRecycledHistoryEntry = mHistory.getValues(mEnumerationIndex++, in getNextHistoryBucket()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSignalController.java56 private final State[] mHistory; field in SignalController
70 mHistory = new State[HISTORY_SIZE]; in SignalController()
72 mHistory[i] = cleanState(); in SignalController()
182 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState); in recordLastState()
192 if (mHistory[i].time != 0) size++; in dump()
198 + mHistory[i & (HISTORY_SIZE - 1)]); in dump()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp929 for (const std::shared_ptr<C2StructDescriptor> &sd : mHistory) { in visited()
939 std::vector<std::shared_ptr<C2StructDescriptor>> mHistory; // structure types visited member
955 mHistory = impl->mHistory; in C2FieldUtilsFieldsIterator()
983 while (!mHistory.empty() && _mFields.back() == mHistory.back()->end()) { in increment()
985 mHistory.pop_back(); in increment()
1017 mHistory.emplace_back(desc); in descendInto()
1187 mHistory.emplace_back(desc); in descendInto()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardParserTests.java47 private final List<Order> mHistory = new ArrayList<Order>(); field in VCardParserTests.MockVCardInterpreter
56 mHistory.add(order); in inspectOrder()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java716 HistoryItem mHistory; field in BatteryStatsImpl
3825 mHistory = mHistoryEnd = rec; in addHistoryRecordLocked()
3832 if (mHistory != null) { in clearHistoryLocked()
3834 mHistoryCache = mHistory; in clearHistoryLocked()
3835 mHistory = mHistoryLastEnd = mHistoryEnd = null; in clearHistoryLocked()
10238 if ((mHistoryIterator = mHistory) == null) { in startIteratingOldHistoryLocked()
13463 mHistory = mHistoryEnd = mHistoryCache = null; in readOldHistory()
13502 HistoryItem rec = mHistory; in writeOldHistory()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9999 Landroid/app/usage/NetworkStats;->mHistory:Landroid/net/NetworkStatsHistory;
95112 Lcom/android/internal/os/BatteryStatsImpl;->mHistory:Landroid/os/BatteryStats$HistoryItem;