Searched refs:mReportedEvents (Results 1 – 1 of 1) sorted by relevance
179 private final SparseArray<LinkedList<Event>> mReportedEvents = new SparseArray<>(); field in UsageStatsService351 final LinkedList<Event> eventsInMem = mReportedEvents.get(userId); in onUserUnlocked()373 mReportedEvents.remove(userId); in onUserUnlocked()732 final LinkedList<Event> pendingEvents = mReportedEvents.get(userId); in persistPendingEventsLocked()768 final LinkedList<Event> events = mReportedEvents.get(userId, new LinkedList<>()); in reportEventOrAddToQueue()770 if (mReportedEvents.get(userId) == null) { in reportEventOrAddToQueue()771 mReportedEvents.put(userId, events); in reportEventOrAddToQueue()