Searched refs:mReportedEvents (Results 1 – 1 of 1) sorted by relevance
232 private final SparseArray<LinkedList<Event>> mReportedEvents = new SparseArray<>(); field in UsageStatsService456 final LinkedList<Event> eventsInMem = mReportedEvents.get(userId); in onUserUnlocked()479 mReportedEvents.remove(userId); in onUserUnlocked()874 final LinkedList<Event> pendingEvents = mReportedEvents.get(userId); in persistPendingEventsLocked()971 LinkedList<Event> events = mReportedEvents.get(userId); in reportEventOrAddToQueue()974 mReportedEvents.put(userId, events); in reportEventOrAddToQueue()