Searched refs:mReportedEvents (Results 1 – 1 of 1) sorted by relevance
194 private final SparseArray<LinkedList<Event>> mReportedEvents = new SparseArray<>(); field in UsageStatsService399 final LinkedList<Event> eventsInMem = mReportedEvents.get(userId); in onUserUnlocked()420 mReportedEvents.remove(userId); in onUserUnlocked()780 final LinkedList<Event> pendingEvents = mReportedEvents.get(userId); in persistPendingEventsLocked()869 LinkedList<Event> events = mReportedEvents.get(userId); in reportEventOrAddToQueue()872 mReportedEvents.put(userId, events); in reportEventOrAddToQueue()