Searched refs:eventsInMem (Results 1 – 1 of 1) sorted by relevance
538 final LinkedList<Event> eventsInMem = mReportedEvents.get(userId); in onUserUnlocked() local539 if (eventsInMem != null) { in onUserUnlocked()540 pendingEvents.addAll(eventsInMem); in onUserUnlocked()