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